你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AsyncCollectionResult.GetContinuationToken(ClientResult) Method

Definition

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

public abstract System.ClientModel.ContinuationToken? GetContinuationToken (System.ClientModel.ClientResult page);
abstract member GetContinuationToken : System.ClientModel.ClientResult -> System.ClientModel.ContinuationToken
Public MustOverride Function GetContinuationToken (page As ClientResult) As ContinuationToken

Parameters

page
ClientResult

The raw page to obtain a continuation token for.

Returns

A ContinuationToken that a client can use to obtain an AsyncCollectionResult 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