CollectionResult.GetRawPages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of page responses that contain the items in this collection.
public abstract System.Collections.Generic.IEnumerable<System.ClientModel.ClientResult> GetRawPages ();
abstract member GetRawPages : unit -> seq<System.ClientModel.ClientResult>
Public MustOverride Function GetRawPages () As IEnumerable(Of ClientResult)
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
Azure SDK for .NET