Appearance
ServiceNow.Core 
SNow.Core.ITable<T> 
ITable<T>.AllToListAsync() Method 
Makes HTTP requests to get all data (from all pages)
csharp
System.Threading.Tasks.Task<System.Collections.Generic.List<T>> AllToListAsync();Returns 
System.Threading.Tasks.Task<System.Collections.Generic.List<T>>