Click or drag to resize
AbstractBackupJobSendEntry Method
Sends the entry to the server

Namespace: DrawerBackup.Client.Jobs
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected JobEntry SendEntry(
	Stream fileStream,
	JobEntry currentEntry
)

Parameters

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

Return Value

Type: JobEntry
See Also