CollectionResult.GetContinuationToken(ClientResult) Method
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 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);
abstract member GetContinuationToken : System.ClientModel.ClientResult -> System.ClientModel.ContinuationToken
Public MustOverride Function GetContinuationToken (page As ClientResult) As ContinuationToken
- page
- ClientResult
The raw page to obtain a continuation token for.
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.
Produto | Versões |
---|---|
Azure SDK for .NET | Latest |
Comentários do Azure SDK for .NET
O Azure SDK for .NET é um projeto código aberto. Selecione um link para fornecer comentários: