Skip to content

ServiceNow.Core

SNow.Core.Table<T>

Table<T>.AllToListAsync() Method

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

csharp
public System.Threading.Tasks.Task<System.Collections.Generic.List<T>> AllToListAsync();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<T>>

Implements AllToListAsync()

Released under the MIT License.