Click or drag to resize
DbStoragePackageSend Method
Sends a Package 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 Send(
	string packageId,
	Stream packageStream
)

Parameters

packageId
Type: SystemString
packageStream
Type: System.IOStream

Return Value

Type: Result
See Also