CollectionResult.GetContinuationToken(ClientResult) Method

Definition

Gets a ContinuationToken that can be passed to a client method to obtain a collection holding the remaining items in this CollectionResult.

public abstract System.ClientModel.ContinuationToken? GetContinuationToken (System.ClientModel.ClientResult page);

Parameters

page
ClientResult

The raw page to obtain a continuation token for.

Returns

A ContinuationToken that a client can use to obtain an CollectionResult whose items start at the first item after the last item in page, or null if page is the last page in the sequence of page responses delivering the items in the collection.

Applies to

Produto Versões
Azure SDK for .NET Latest