Click or drag to resize
StorageManagerCreateOperation Method
Creates the operation for a repository and a client

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public string CreateOperation(
	StorageOperationArgs args
)

Parameters

args
Type: DrawerBackup.Native.ClientsStorageOperationArgs

Return Value

Type: String
The operation ID
See Also