|
StorageTransferQueuePush Method |
Pushes the transfer in the queue
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string Push(
Stream fileStream,
JobEntry currentEntry
)
Public Function Push (
fileStream As Stream,
currentEntry As JobEntry
) As String
public:
String^ Push(
Stream^ fileStream,
JobEntry^ currentEntry
)
member Push :
fileStream : Stream *
currentEntry : JobEntry -> string
Parameters
- fileStream
- Type: System.IOStream
- currentEntry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
Return Value
Type:
String
See Also