Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

 
public sealed class QueueContinuationToken : IContinuationToken
 
public ref class QueueContinuationToken sealed : IContinuationToken
 
[<Sealed>]
type QueueContinuationToken = 
    class
        interface IContinuationToken
    end
 
Public NotInheritable Class QueueContinuationToken
	Implements IContinuationToken

Constructors

Properties

NameDescription
System_CAPS_pubpropertyNextMarkerNextMarkerNextMarkerNextMarker

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

System_CAPS_pubpropertyTargetLocationTargetLocationTargetLocationTargetLocation

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

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(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