IClientManager interface enables interaction with Relativity Client.
Namespace: Relativity.Services.Client
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IClientManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateSingleAsync |
Asynchronously creates an instance of Client.
|
![]() | DeleteSingleAsync |
Asyncronously deletes an instance of a Client.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetStatusChoicesForClientAsync |
Get the available status choices.
|
![]() | QueryAsync(Query) |
Asynchronously query for a collection of Client instances.
|
![]() | QueryAsync(Query, Int32) |
Asynchronously query for a collection of Client instances.
|
![]() | QuerySubsetAsync |
Asynchronously query for a subset of a collection of Client instances.
|
![]() | ReadSingleAsync |
Asynchronously read a instance of Client.
|
![]() | UpdateSingleAsync |
Asynchronously updates an instance of Client.
|
See Also