|
DbStoragePackageProcess Method |
Process a package
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Result Process(
string packageId
)
Public Function Process (
packageId As String
) As Result
public:
Result^ Process(
String^ packageId
)
member Process :
packageId : string -> Result
Parameters
- packageId
- Type: SystemString
Return Value
Type:
Result
See Also