IMobileServiceTable<T>.ToListAsync Method

Definition

Gets the elements of the table asynchronously and return the results in a new List.

public System.Threading.Tasks.Task<System.Collections.Generic.List<T>> ToListAsync ();
abstract member ToListAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<'T>>
Public Function ToListAsync () As Task(Of List(Of T))

Returns

Task<List<T>>

The table elements results as a List.

Applies to