AsyncEnumerable.Do<TSource> Method (IAsyncEnumerable<TSource>, Action<TSource>, Action<Exception>) |
Namespace: System.Linq
public static IAsyncEnumerable<TSource> Do<TSource>( this IAsyncEnumerable<TSource> source, Action<TSource> onNext, Action<Exception> onError )