ConfiguredCancelableAsyncEnumerable<T> Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.
generic <typename T>
public value class ConfiguredCancelableAsyncEnumerable
	public readonly struct ConfiguredCancelableAsyncEnumerable<T> where T : allows ref struct
	public readonly struct ConfiguredCancelableAsyncEnumerable<T>
	type ConfiguredCancelableAsyncEnumerable<'T> = struct
	Public Structure ConfiguredCancelableAsyncEnumerable(Of T)
    Type Parameters
- T
 
The type of values to enumerate.
- Inheritance
 
Methods
| ConfigureAwait(Boolean) | 
		 Configures how awaits on the tasks returned from an async iteration will be performed.  | 
        	
| GetAsyncEnumerator() | 
		 Returns an enumerator that iterates asynchronously through collections that enables cancelable iteration and configured awaits.  | 
        	
| WithCancellation(CancellationToken) | 
		 Sets the CancellationToken to be passed to GetAsyncEnumerator(CancellationToken) when iterating.  |