| AsyncQueryableDoTSource Method (IAsyncQueryableTSource, ExpressionActionTSource, Action) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TSource> Do<TSource>( this IAsyncQueryable<TSource> source, Expression<Action<TSource>> onNext, Action onCompleted )
 See Also
See Also