Click or drag to resize
JobOperationManagerGetClientOperations Method
Enumerate all jobs for the client

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<JobOperation> GetClientOperations(
	string clientID
)

Parameters

clientID
Type: SystemString

Return Value

Type: IEnumerableJobOperation
See Also