IOrderedAsyncQuery<T>
Namespace: System.Collections.Generic · interface
Implements: IAsyncQuery<T>
Provides asynchronous iteration over the results of a query from a remote source.
Methods
CreateOrderedEnumerable
IOrderedAsyncQuery<T> CreateOrderedEnumerable<TKey>(Func<T, TKey> keySelector, IComparer<TKey> comparer, bool descending)