Click or drag to resize
DbServerClientOpenOperation Method
Try to open the job operation for the client

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public string OpenOperation(
	string jobId,
	string clientID
)

Parameters

jobId
Type: SystemString
clientID
Type: SystemString
Client ID

Return Value

Type: String
The job operation id
See Also