Registers the current proxy to monitor and raise status events for a running process.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- apiOpt
- Type: kCura.Relativity.Client.APIOptions
The APIOptions object containing the login token from the Login() call, and the workspace ID. - processID
- Type: System.Guid
The unique identifier for the running process.
Return Value
Type: ProcessOperationResultProcessOperationResult indicating the result of the operation.
See Also