AsyncQueryable.Do<TSource> Method (IAsyncQueryable<TSource>, Expression<Action<TSource>>, Expression<Action<Exception>>, Action) |
Namespace: System.Linq
public static IAsyncQueryable<TSource> Do<TSource>( this IAsyncQueryable<TSource> source, Expression<Action<TSource>> onNext, Expression<Action<Exception>> onError, Action onCompleted )