| AsyncEnumerableDoTSource Method (IAsyncEnumerableTSource, ActionTSource, Action) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> Do<TSource>( this IAsyncEnumerable<TSource> source, Action<TSource> onNext, Action onCompleted )
 See Also
See Also