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