





[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Represents a Windows Azure queue.
The following tables list the members exposed by the CloudQueue type.
Public Constructors
Name | Description | |
---|---|---|
CloudQueue | Initializes a new instance of the CloudQueue class. |
Public Properties
Name | Description | |
---|---|---|
![]() | ApproximateMessageCount | Gets the approximate message count for the queue. |
![]() | Attributes | Gets the queue's attributes, including its user-defined metadata. |
![]() | EncodeMessage | Gets or sets a value indicating whether to apply Base64 encoding when adding or retrieving messages. |
![]() | Metadata | Gets the queue's user-defined metadata. |
![]() | Name | Gets the queue name. |
![]() | ServiceClient | Gets the CloudQueueClient object that represents the Queue service. |
![]() | Uri | Gets the URI that identifies the queue. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | AddMessage | Overloaded. Adds a message to the queue. |
![]() | BeginAddMessage | Overloaded. |
![]() | BeginClear | Begins an asynchronous operation to clear all messages from the queue. |
![]() | BeginCreate | Begins an asynchronous operation to create a queue. |
![]() | BeginCreateIfNotExist | Begins an asynchronous operation to create the queue if it does not exist. |
![]() | BeginDelete | Begins an asynchronous operation to delete the queue. |
![]() | BeginDeleteMessage | Overloaded. |
![]() | BeginExists | Begins an asynchronous operation to determine whether the queue exists. |
![]() | BeginFetchAttributes | Begins an asynchronous operation to fetch the queue's attributes. |
![]() | BeginGetMessage | Overloaded. |
![]() | BeginGetMessages | Overloaded. |
![]() | BeginPeekMessage | Begins an asynchronous operation to peek a message from the queue. |
![]() | BeginPeekMessages | Begins an asynchronous operation to peek a set of messages from the queue. |
![]() | BeginSetMetadata | Begins an asynchronous operation to set the queue's metadata. |
![]() | BeginUpdateMessage | Begins an asynchronous operation to update the visibility delay of a message, and optionally the contents of a message. |
![]() | Clear | Clears all messages from the queue. |
![]() | Create | Creates a queue. |
![]() | CreateIfNotExist | Creates the queue if it does not exist. |
![]() | Delete | Deletes the queue. |
![]() | DeleteMessage | Overloaded. |
![]() | EndAddMessage | Ends an asynchronous operation to add a message to the queue. |
![]() | EndClear | Ends an asynchronous operation to clear all messages from the queue. |
![]() | EndCreate | Ends an asynchronous operation to create a queue. |
![]() | EndCreateIfNotExist | Ends an asynchronous operation to create the queue if it does not exist. |
![]() | EndDelete | Ends an asynchronous operation to delete the queue. |
![]() | EndDeleteMessage | Ends an asynchronous operation to delete a message. |
![]() | EndExists | Ends an asynchronous operation to determine whether the queue exists. |
![]() | EndFetchAttributes | Ends an asynchronous operation to fetch the queue's attributes. |
![]() | EndGetMessage | Ends an asynchronous operation to get a single message from the queue. |
![]() | EndGetMessages | Ends an asynchronous operation to get messages from the queue. |
![]() | EndPeekMessage | Ends an asynchronous operation to peek a message from the queue. |
![]() | EndPeekMessages | Ends an asynchronous operation to peek a set of messages from the queue. |
![]() | EndSetMetadata | Ends an asynchronous operation to set the queue's metadata. |
![]() | EndUpdateMessage | Ends an asynchronous operation to update a queue message. |
![]() | Equals | (Inherited from Object) |
![]() | Exists | Determines if the queue exists. |
![]() | FetchAttributes | Fetches the queue's attributes. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetMessage | Overloaded. |
![]() | GetMessages | Overloaded. |
![]() | GetType | (Inherited from Object) |
![]() | PeekMessage | Peeks a message from the queue. |
![]() | PeekMessages | Peeks a set of messages from the queue. |
![]() | RetrieveApproximateMessageCount | Retrieves the approximate message count for the queue. |
![]() | SetMetadata | Sets the queue's metadata. |
![]() | ToString | (Inherited from Object) |
![]() | UpdateMessage | Updates the visibility timeout of a message, and optionally the contents of a message. |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |