IMobileServiceTable<T>.ToEnumerableAsync Method

Definition

Gets the elements of the table asynchronously.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> ToEnumerableAsync ();
Returns

The table elements results as a sequence.