|
TransferManagerPush Method |
Add the entry to the transfer manager
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Push(
JobEntry entry,
Stream entryStream
)
Public Sub Push (
entry As JobEntry,
entryStream As Stream
)
public:
void Push(
JobEntry^ entry,
Stream^ entryStream
)
member Push :
entry : JobEntry *
entryStream : Stream -> unit
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
- entryStream
- Type: System.IOStream
See Also