Note: This API is now obsolete.
IMatterManager interface enables interaction with Matter.
Namespace: Relativity.Services.Matter
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
[ObsoleteAttribute("Use Relativity.Services.Interfaces.Matter.IMatterManager", false)] public interface IMatterManager : IDisposable
The IMatterManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateSingleAsync | Obsolete.
Asynchronously creates an instance of Matter.
|
![]() | DeleteSingleAsync | Obsolete.
Asynchronously deletes an instance of Matter.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetClientsForMatterAsync | Obsolete.
Get the available clients.
|
![]() | GetStatusChoicesForMatterAsync | Obsolete.
Get the available status choices.
|
![]() | QueryAsync(Query) | Obsolete.
Asynchronously query for a collection of Matter instances.
|
![]() | QueryAsync(Query, Int32) | Obsolete.
Asynchronously query for a collection of Matter instances.
|
![]() | QuerySubsetAsync | Obsolete.
Asynchronously query for a subset of a collection of Matter instances.
|
![]() | ReadSingleAsync | Obsolete.
Asynchronously read a instance of Matter.
|
![]() | UpdateSingleAsync | Obsolete.
Asynchronously updates an instance of Matter.
|
See Also