| | 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. |