Click or drag to resize
DbStorageClientSendEntry Method
Sends a entry to the storage

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public Result SendEntry(
	IJobEntry entry,
	Stream entryStream
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesIJobEntry
entryStream
Type: System.IOStream

Return Value

Type: Result
See Also