| AsyncQueryableAverageTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Int64, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<double> Average<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, long>> selector, CancellationToken cancellationToken )
 See Also
See Also