IClientManager Interface

Relativity Services API
IClientManager interface enables interaction with Relativity Client.

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

public interface IClientManager : IDisposable

The IClientManager type exposes the following members.

Methods

  NameDescription
Public methodCreateSingleAsync
Asynchronously creates an instance of Client.
Public methodDeleteSingleAsync
Asyncronously deletes an instance of a Client.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetStatusChoicesForClientAsync
Get the available status choices.
Public methodQueryAsync(Query)
Asynchronously query for a collection of Client instances.
Public methodQueryAsync(Query, Int32)
Asynchronously query for a collection of Client instances.
Public methodQuerySubsetAsync
Asynchronously query for a subset of a collection of Client instances.
Public methodReadSingleAsync
Asynchronously read a instance of Client.
Public methodUpdateSingleAsync
Asynchronously updates an instance of Client.
Top
See Also

Reference