<PackageReference Include="System.ClientModel" Version="1.12.0" />

System.ClientModel.AsyncCollectionResult<T>

Represents a collection of values returned from a cloud service operation. The collection values may be delivered over one or more service responses.

Creates an instance of AsyncCollectionResult<T> using the provided pages of values.

public IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default)

Returns an enumerator that iterates asynchronously through the collection.

Gets a collection of the values returned in a page response.