ContinuationToken Constructors
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.
Overloads
ContinuationToken() |
Create a new instance of ContinuationToken. |
ContinuationToken(BinaryData) |
Create a new instance of ContinuationToken. |
ContinuationToken()
- Source:
- ContinuationToken.cs
- Source:
- ContinuationToken.cs
Create a new instance of ContinuationToken.
protected ContinuationToken ();
Protected Sub New ()
Remarks
This constructor is used by derived types to create an instance from values held by the client.
Applies to
ContinuationToken(BinaryData)
- Source:
- ContinuationToken.cs
- Source:
- ContinuationToken.cs
Create a new instance of ContinuationToken.
protected ContinuationToken (BinaryData bytes);
new System.ClientModel.ContinuationToken : BinaryData -> System.ClientModel.ContinuationToken
Protected Sub New (bytes As BinaryData)
Parameters
- bytes
- BinaryData
Bytes that can be deserialized into a subtype of ContinuationToken.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET