Asynchronously query for a subset of a collection of Client instances.
Namespace: Relativity.Services.Client
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- queryToken
- Type: System.String
Search Query Token - start
- Type: System.Int32
Starting index for this query. - length
- Type: System.Int32
Number of results to return.
Return Value
Type: Task<ClientQueryResultSet>See Also