CollectionResult.GetContinuationToken(ClientResult) 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 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
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
Azure SDK for .NET