| AsyncEnumerableCountTSource Method (IAsyncEnumerableTSource, FuncTSource, Boolean, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<int> Count<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, bool> predicate, CancellationToken cancellationToken )
 See Also
See Also