Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
IAsync
Enumerable
Extensions Methods
Methods
WithAwaitConfiguredCancellation
T
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
Reference
IAsyncEnumerableExtensions Class
Gemstone.Collections.IAsyncEnumerableExtensions Namespace
In This Article
Methods
See Also