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.170 -- Release Build+b32d16e0cd614373e36528ea9dff7924975c7f87
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.