System.Collections.Async.IAsyncEnumerable public interface IAsyncEnumerable Exposes an asynchronous enumerator, which supports a simple iteration over a non-generic collection Documentation Code Task<IAsyncEnumerator> GetAsyncEnumeratorAsync(CancellationToken cancellationToken = default) Creates an enumerator that iterates through a collection asynchronously