Do__1_3 - waf/Rx.NET GitHub Wiki
AsyncEnumerable.Do<TSource> Method (IAsyncEnumerable<TSource>, Action<TSource>, Action<Exception>, Action)
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TSource> Do<TSource>(
this IAsyncEnumerable<TSource> source,
Action<TSource> onNext,
Action<Exception> onError,
Action onCompleted
)
Type: System.Collections.Generic.IAsyncEnumerable<TSource>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
Type: System.Action<TSource>
[Missing <param name="onNext"/> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
Type: System.Action<Exception>
[Missing <param name="onError"/> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
Type: System.Action
[Missing <param name="onCompleted"/> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
Type: IAsyncEnumerable<TSource>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Do1(System.Collections.Generic.IAsyncEnumerable{
0},System.Action{``0},System.Action{System.Exception},System.Action)"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TSource>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).