Skip to content

ServiceNow.Core

SNow.Core.ITable

ITable.AllToListAsync(CancellationToken) Method

Makes HTTP requests to get all data (from all pages)

csharp
System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement>> AllToListAsync(System.Threading.CancellationToken cancellationToken);

Parameters

cancellationToken System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement>>

Released under the MIT License.