|
StorageManagerPurgeOperation Method |
Purges the operation and all the images of the operation
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void PurgeOperation(
string idOperation
)
Public Sub PurgeOperation (
idOperation As String
)
public:
void PurgeOperation(
String^ idOperation
)
member PurgeOperation :
idOperation : string -> unit
Parameters
- idOperation
- Type: SystemString
See Also