IProcessingDataSourceManager Interface

Relativity Processing Services
IProcessingDataSourceManager interface contains interactions required to interact with a processing data source

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

public interface IProcessingDataSourceManager : IDisposable

The IProcessingDataSourceManager 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 data source. Returns the data source belonging to the artifact id passed in
Public methodSaveAsync
Saves a processing data source. Returns the artifact id of the new datasource (on new and update)
Top
See Also

Reference