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