This topic has not yet been rated - Rate this topic

CloudQueueMessage.DequeueCount Property

Gets the number of times this message has been dequeued.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudQueueMessage
Dim value As Integer

value = instance.DequeueCount

instance.DequeueCount = value
public int DequeueCount { get; protected internal set; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public int get_DequeueCount ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_DequeueCount (int value)

CompilerGeneratedAttribute 
public function get DequeueCount () : int

CompilerGeneratedAttribute 
protected internal function set DequeueCount (value : int)

Property Value

Type: System.Int32

The number of times this message has been dequeued.

The DequeueCount property is incremented each time a message is retrieved from the queue using GetMessage or GetMessages, but is not deleted from the queue.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter