QueueContinuationToken Class (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
QueueContinuationToken Class
Represents a continuation token returned by the Queue service.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
Microsoft.WindowsAzure.Storage.Queue.::..QueueContinuationToken
Syntax
[<Sealed>]
type QueueContinuationToken =
class
interface IContinuationToken
interface IXmlSerializable
end
Public NotInheritable Class QueueContinuationToken
Implements IContinuationToken, IXmlSerializable
Constructors
Name Description 
QueueContinuationToken()()()()
Properties
Name Description 
NextMarkerNextMarkerNextMarkerNextMarker Gets or sets the next marker for continuing results for CloudQueue enumeration operations.

TargetLocationTargetLocationTargetLocationTargetLocation Gets or sets the storage location that the continuation token applies to.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetSchema()()()() Gets an XML representation of an object.

GetType()()()() (Inherited from Object.)

ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) Generates a serializable continuation token from its XML representation.

ToString()()()() (Inherited from Object.)

WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) Converts a serializable continuation token into its XML representation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents a continuation token returned by the Queue service.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Queue.::..QueueContinuationToken
Syntax
[<Sealed>] type QueueContinuationToken = class interface IContinuationToken interface IXmlSerializable end
Public NotInheritable Class QueueContinuationToken Implements IContinuationToken, IXmlSerializable
Constructors
| Name | Description | |
|---|---|---|
| QueueContinuationToken()()()() |
Properties
| Name | Description | |
|---|---|---|
| NextMarkerNextMarkerNextMarkerNextMarker | Gets or sets the next marker for continuing results for CloudQueue enumeration operations. | |
| TargetLocationTargetLocationTargetLocationTargetLocation | Gets or sets the storage location that the continuation token applies to. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetSchema()()()() | Gets an XML representation of an object. | |
| GetType()()()() | (Inherited from Object.) | |
| ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) | Generates a serializable continuation token from its XML representation. | |
| ToString()()()() | (Inherited from Object.) | |
| WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) | Converts a serializable continuation token into its XML representation. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.