This class represents a queue in the Windows Azure Queue service.
The following tables list the members exposed by the CloudQueue type.
Public Constructors
Name | Description | |
---|---|---|
CloudQueue | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
ApproximateMessageCount | Gets the approximate message count for the queue. | |
EncodeMessage | Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages. | |
Metadata | Gets the queue's metadata. | |
Name | Gets the name of the queue. | |
ServiceClient | Gets the CloudQueueClient object that represents the Queue service. | |
StorageUri | Gets the queue URIs for both the primary and secondary locations. | |
Uri | Gets the queue URI for the primary location. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
AddMessageAsync | Overloaded. | |
ClearAsync | Overloaded. | |
Create | ||
CreateAsync | Overloaded. | |
CreateIfNotExistsAsync | Overloaded. | |
DeleteAsync | Overloaded. | |
DeleteIfExistsAsync | Overloaded. | |
DeleteMessageAsync | Overloaded. | |
Equals | (Inherited from Object) | |
ExistsAsync | Overloaded. | |
FetchAttributesAsync | Overloaded. | |
GetHashCode | (Inherited from Object) | |
GetMessageAsync | Overloaded. | |
GetMessagesAsync | Overloaded. | |
GetPermissionsAsync | Overloaded. | |
GetSharedAccessSignature | Overloaded. | |
GetType | (Inherited from Object) | |
PeekMessageAsync | Overloaded. | |
PeekMessagesAsync | Overloaded. | |
SetMetadataAsync | Overloaded. | |
SetPermissionsAsync | Overloaded. | |
ToString | (Inherited from Object) | |
UpdateMessageAsync | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |