Defer__1 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Defer<TSource> Method

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{0}})"]

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

public static IAsyncEnumerable<TSource> Defer<TSource>(
	Func<IAsyncEnumerable<TSource>> factory
)

Parameters

factory

Type: System.Func<IAsyncEnumerable<TSource>>

[Missing <param name="factory"/> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{0}})"]

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{0}})"]

Return Value

Type: IAsyncEnumerable<TSource>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{0}})"]

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

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