Retrieves a single ProcessingProfile instance with the specified Artifact ID from a workspace.
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<ProcessingProfileReadResponse> ReadAsync( ProcessingProfileReadRequest processingProfileReadRequest )
Parameters
- processingProfileReadRequest
- Type: Relativity.Processing.Services.ProcessingProfileReadRequest
The Request that contains the Artifact ID of the ProcessingProfile instance to read.
Return Value
Type: Task<ProcessingProfileReadResponse>A response containing the ProcessingProfile instance that was read.
See Also