AsyncFilterIterator<TSource, TResult>
Namespace: SnowBank.Linq.Async.Iterators · class
Implements: AsyncLinqIterator<TResult>, IAsyncLinqQuery<TResult>, IAsyncQuery<TResult>, IAsyncEnumerable<TResult>, IAsyncEnumerator<TResult>, IAsyncDisposable
Properties
Cancellation
CancellationToken Cancellation { get; }
Cancellation token that should be used by all async operations performed in the context of this query
This token is controlled by the source (usually a transaction or other transient scope)