IMobileServiceTable<T>.ToEnumerableAsync
Method
Definition
Gets the elements of the table asynchronously.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> ToEnumerableAsync ();
Returns
Task<IEnumerable<T>>
The table elements results as a sequence.