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)

Syntax

public static IAsyncEnumerable<TSource> Do<TSource>(
	this IAsyncEnumerable<TSource> source,
	Action<TSource> onNext,
	Action<Exception> onError,
	Action onCompleted
)

Parameters

source

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)"]

onNext

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)"]

onError

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)"]

onCompleted

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)"]

Type Parameters

TSource

[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)"]

Return Value

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)"]

Usage Note

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).

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️