|
DbStoragePackageSend Method |
Sends a Package to the storage
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Result Send(
string packageId,
Stream packageStream
)
Public Function Send (
packageId As String,
packageStream As Stream
) As Result
public:
Result^ Send(
String^ packageId,
Stream^ packageStream
)
member Send :
packageId : string *
packageStream : Stream -> Result
Parameters
- packageId
- Type: SystemString
- packageStream
- Type: System.IOStream
Return Value
Type:
Result
See Also