Click or drag to resize
StorageTransferQueuePush Method
Pushes the transfer in the queue

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public string Push(
	Stream fileStream,
	JobEntry currentEntry
)

Parameters

fileStream
Type: System.IOStream
currentEntry
Type: DrawerBackup.Native.Data.EntitiesJobEntry

Return Value

Type: String
See Also