Click or drag to resize
AsyncEnumerableOnErrorResumeNextTSource Method (IAsyncEnumerableTSource)

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntax
C#
public static IAsyncEnumerable<TSource> OnErrorResumeNext<TSource>(
	params IAsyncEnumerable<TSource>[] sources
)

Parameters

sources
Type: System.Collections.GenericIAsyncEnumerableTSource

Type Parameters

TSource

Return Value

Type: IAsyncEnumerableTSource
See Also