|
TPackageReceiverTempPackage Method |
Get the stream to the temporary package
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Stream TempPackage(
string packageId
)
Public Function TempPackage (
packageId As String
) As Stream
public:
Stream^ TempPackage(
String^ packageId
)
member TempPackage :
packageId : string -> Stream
Parameters
- packageId
- Type: SystemString
Return Value
Type:
Stream
See Also