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)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @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.Int32The 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 2008Target Platforms