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 ();
Returns
The table elements results as a List.