[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
Top
Provides a client for accessing the Windows Azure Queue service.
The following tables list the members exposed by the CloudQueueClient type.
Public Constructors
Name | Description | |
---|---|---|
CloudQueueClient | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
ApproximateMessageCountCacheLength | Gets or sets the lifetime of the approximate message count cache. Obsolete. | |
BaseUri | The base URI used to construct the Queue service client. | |
Credentials | Gets the account credentials used to create the Queue service client. | |
RetryPolicy | Gets or sets the default retry policy for requests made via the Queue service client. | |
Timeout | Gets or sets the server timeout for requests made via the Queue service client. | |
UsePathStyleUris | Gets a value indicating whether requests made via the Queue service client will employ path-style URIs. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
BeginGetServiceProperties | Begins an asynchronous operation to get an account’s Queue service properties. | |
BeginListQueuesSegmented | Overloaded. | |
BeginSetServiceProperties | Begins an asynchronous operation to set an account’s Queue service properties, including Windows Azure Storage Analytics. | |
EndGetServiceProperties | Ends an asynchronous operation to get an account’s Queue service properties. | |
EndListQueuesSegmented | Ends an asynchronous operation to return a result segment containing a collection of queues. | |
EndSetServiceProperties | Ends an asynchronous operation to set an account’s Queue service properties. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetQueueReference | Gets a reference to the queue at the specified address. | |
GetServiceProperties | Gets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics. | |
GetType | (Inherited from Object) | |
ListQueues | Overloaded. | |
ListQueuesSegmented | Overloaded. | |
SetServiceProperties | Sets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Public Events
Name | Description | |
---|---|---|
ResponseReceived | Occurs when a response is received from the server. |