<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

Relativity.Services.Client.IClientManager

public interface IClientManager : IDisposable
IClientManager interface enables interaction with Relativity Client.
Task<int> CreateSingleAsync(Client clientDTO)

Asynchronously creates an instance of Client.

Task DeleteSingleAsync(int clientArtifactID)

Asyncronously deletes an instance of a Client.

Get the available status choices.

Asynchronously query for a collection of Client instances.

Task<ClientQueryResultSet> QueryAsync(Query query, int length)

Asynchronously query for a collection of Client instances.

Task<ClientQueryResultSet> QuerySubsetAsync(string queryToken, int start, int length)

Asynchronously query for a subset of a collection of Client instances.

Task<Client> ReadSingleAsync(int clientArtifactID)

Asynchronously read a instance of Client.

Task UpdateSingleAsync(Client clientDTO)

Asynchronously updates an instance of Client.