ReadOnlyModelControllerTNext Method
Gets the next set of records from the query operation associated with the provided token.
Namespace: Gemstone.Web.APIControllerAssembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.173 -- Release Build+09f65783c6ec713cc7a6b41f712bf778e2487d9f
function Next(token, count, cancellationToken);
- token String
- Token associated with the query operation.
- count NullableInt32
- Maximum number of records to return. Defaults 1 record if not provided.
- cancellationToken CancellationToken
- Cancellation token to cancel the operation.
TaskIActionResult
An
IActionResult containing the next set of records as
ListT.
When end of enumeration is reached, an empty result list is returned.