QueueContinuationToken Class (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
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
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.)

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

ToString()()()() (Inherited from Object.)
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
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.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
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.