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
The IProcessingDataSourceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadAsync |
Read a data source. Returns the data source belonging to the artifact id passed in
|
![]() | SaveAsync |
Saves a processing data source. Returns the artifact id of the new datasource (on new and update)
|
See Also