Click or drag to resize
TransferManagerPush Method
Add the entry to the transfer manager

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void Push(
	JobEntry entry,
	Stream entryStream
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesJobEntry
entryStream
Type: System.IOStream
See Also