Provides a client-side logical representation of the Windows Azure Queue Service. This client is used to configure and execute requests against the Queue Service.
The following tables list the members exposed by the CloudQueueClient type.
Public Constructors
Name | Description | |
---|---|---|
CloudQueueClient | Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint and account credentials. |
Public Properties
Name | Description | |
---|---|---|
AuthenticationScheme | Gets or sets the authentication scheme to use to sign HTTP requests. | |
BaseUri | Gets the base URI for the Queue service client, at the primary location. | |
BufferManager | Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Queue service client. | |
Credentials | Gets the account credentials used to create the Queue service client. | |
DefaultRequestOptions | Gets and sets the default request options for requests made via the Queue service client. | |
LocationMode | Gets or sets the default location mode for requests made via the Queue service client. Obsolete. | |
MaximumExecutionTime | Gets or sets the maximum execution time across all potential retries. Obsolete. | |
RetryPolicy | Gets or sets the default retry policy for requests made via the Queue service client. Obsolete. | |
ServerTimeout | Gets or sets the default server timeout for requests made via the Queue service client. Obsolete. | |
StorageUri | Gets the Queue service endpoints for both the primary and secondary locations. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetQueueReference | Returns a reference to a CloudQueue object with the specified name. | |
GetServicePropertiesAsync | Overloaded. | |
GetServiceStatsAsync | Overloaded. | |
GetType | (Inherited from Object) | |
ListQueuesSegmentedAsync | Overloaded. | |
SetServicePropertiesAsync | Overloaded. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |