IAsyncEnumerable<T> public interface IAsyncEnumerable<T> Exposes an enumerator that provides asynchronous iteration over values of a specified type. Documentation Code IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default) Returns an enumerator that iterates asynchronously through the collection.