IProcessingCustodianManager.ReadAsync Method

Relativity Processing Services
Read a custodian. Returns the custodian belonging to the artifact id passed in

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<ProcessingCustodian> ReadAsync(
	int artifactId,
	int workspaceArtifactId
)

Parameters

artifactId
Type: System.Int32
The artifactId of the custodian you want to read
workspaceArtifactId
Type: System.Int32
The workspace that the custodian lives in

Return Value

Type: Task<ProcessingCustodian>
See Also

Reference