| AsyncQueryableMaxTSource Method (IAsyncQueryableTSource, IComparerTSource, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<TSource> Max<TSource>( this IAsyncQueryable<TSource> source, IComparer<TSource> comparer, CancellationToken cancellationToken )
 See Also
See Also