IMobileServiceTableQuery<T>.ToListAsync Method

Definition

Evalute the query asynchronously and return the results in a new List.

public System.Threading.Tasks.Task<System.Collections.Generic.List<T>> ToListAsync ();
Returns
Task<List<T>>

The evaluated query results as a List.