|
AbstractBackupJobSendEntry Method |
Sends the entry to the server
Namespace: DrawerBackup.Client.JobsAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected JobEntry SendEntry(
Stream fileStream,
JobEntry currentEntry
)
Protected Function SendEntry (
fileStream As Stream,
currentEntry As JobEntry
) As JobEntry
protected:
JobEntry^ SendEntry(
Stream^ fileStream,
JobEntry^ currentEntry
)
member SendEntry :
fileStream : Stream *
currentEntry : JobEntry -> JobEntry
Parameters
- fileStream
- Type: System.IOStream
- currentEntry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
Return Value
Type:
JobEntry
See Also