IProcessingCustodianManager Interface

Relativity Processing Services
IProcessingCustodianManager interface contains interactions required to interact with a Custodian

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

public interface IProcessingCustodianManager : IDisposable

The IProcessingCustodianManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodReadAsync
Read a custodian. Returns the custodian belonging to the artifact id passed in
Public methodSaveAsync
Saves a custodian. Returns the artifact id of the custodian (on new and update)
Top
See Also

Reference