QueueContinuationToken Class

Definition

Represents a continuation token returned by the Queue service.

[System.Serializable]
public sealed class QueueContinuationToken : Microsoft.Azure.Storage.IContinuationToken
[<System.Serializable>]
type QueueContinuationToken = class
    interface IContinuationToken
Public NotInheritable Class QueueContinuationToken
Implements IContinuationToken
Inheritance
QueueContinuationToken
Attributes
Implements

Constructors

QueueContinuationToken()

Properties

NextMarker

Gets or sets the next marker for continuing results for CloudQueue enumeration operations.

TargetLocation

Gets or sets the storage location that the continuation token applies to.

Methods

GetSchema()

Gets an XML representation of an object.

ReadXmlAsync(XmlReader)

Generates a serializable continuation token from its XML representation.

WriteXml(XmlWriter)

Converts a serializable continuation token into its XML representation.

Applies to