CollectionResult.GetRawPages Method

Definition

Gets the collection of page responses that contain the items in this collection.

public abstract System.Collections.Generic.IEnumerable<System.ClientModel.ClientResult> GetRawPages ();

Returns

A collection of service responses where each ClientResult holds a subset of items in the full collection.

Remarks

CollectionResult implementations are expected to store the CancellationToken passed to the service method that creates them and pass that token to any methods making service calls that are called from this method. For protocol methods, this CancellationToken will come from the CancellationToken property.

Applies to

Produto Versões
Azure SDK for .NET Latest