|
DbStorageClientSendEntry Method |
Sends a entry to the storage
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Result SendEntry(
IJobEntry entry,
Stream entryStream
)
Public Function SendEntry (
entry As IJobEntry,
entryStream As Stream
) As Result
public:
Result^ SendEntry(
IJobEntry^ entry,
Stream^ entryStream
)
member SendEntry :
entry : IJobEntry *
entryStream : Stream -> Result
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesIJobEntry
- entryStream
- Type: System.IOStream
Return Value
Type:
Result
See Also