IAsyncEnumerableExtensions Class

Defines extension functions related to manipulation of IAsyncEnumerableT implementations.

Definition

Namespace: Gemstone.Collections.IAsyncEnumerableExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public static class IAsyncEnumerableExtensions
Inheritance
Object    IAsyncEnumerableExtensions

Methods

WithAwaitConfiguredCancellationT Sets the CancellationToken to be passed to GetAsyncEnumerator(CancellationToken) when iterating and configures how awaits on the tasks returned from an async iteration will be performed, defaults to not capturing.

See Also