AsyncQueryableMinTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Int32, CancellationToken) |
Namespace: System.Linq
public static Task<int> Min<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, int>> selector, CancellationToken cancellationToken )