|
DbServerClientOpenOperation Method |
Try to open the job operation for the client
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string OpenOperation(
string jobId,
string clientID
)
Public Function OpenOperation (
jobId As String,
clientID As String
) As String
public:
String^ OpenOperation(
String^ jobId,
String^ clientID
)
member OpenOperation :
jobId : string *
clientID : string -> string
Parameters
- jobId
- Type: SystemString
- clientID
- Type: SystemString
Client ID
Return Value
Type:
String
The job operation id
See Also