Click or drag to resize
JobOperationManagerOpenOperation Method
Open a new job to the client

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

Parameters

jobId
Type: SystemString
clientID
Type: SystemString

Return Value

Type: JobOperation
See Also