CloudQueueClient Members

Storage Client Library NET API

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

Provides a client for accessing the Windows Azure Queue service.

The following tables list the members exposed by the CloudQueueClient type.

Public Constructors

 NameDescription
CloudQueueClientOverloaded.  
Top

Public Properties

 NameDescription
public propertyApproximateMessageCountCacheLengthGets or sets the lifetime of the approximate message count cache. Obsolete.
public propertyBaseUriThe base URI used to construct the Queue service client.
public propertyCredentialsGets the account credentials used to create the Queue service client.
public propertyRetryPolicyGets or sets the default retry policy for requests made via the Queue service client.
public propertyTimeoutGets or sets the server timeout for requests made via the Queue service client.
public propertyUsePathStyleUrisGets a value indicating whether requests made via the Queue service client will employ path-style URIs.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginGetServicePropertiesBegins an asynchronous operation to get an account’s Queue service properties.
public methodBeginListQueuesSegmentedOverloaded.  
public methodBeginSetServicePropertiesBegins an asynchronous operation to set an account’s Queue service properties, including Windows Azure Storage Analytics.
public methodEndGetServicePropertiesEnds an asynchronous operation to get an account’s Queue service properties.
public methodEndListQueuesSegmentedEnds an asynchronous operation to return a result segment containing a collection of queues.
public methodEndSetServicePropertiesEnds an asynchronous operation to set an account’s Queue service properties.
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetQueueReferenceGets a reference to the queue at the specified address.
public methodGetServicePropertiesGets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics.
public methodGetType  (Inherited from Object)
public methodListQueuesOverloaded.  
public methodListQueuesSegmentedOverloaded.  
public methodSetServicePropertiesSets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics.
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Public Events

 NameDescription
public eventResponseReceivedOccurs when a response is received from the server.
Top

See Also