Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.::..CloudQueueClient

Syntax

 
public class CloudQueueClient
 
public ref class CloudQueueClient 
 
type CloudQueueClient = class end
 
Public Class CloudQueueClient

Constructors

NameDescription
System_CAPS_pubmethodCloudQueueClient(StorageUri, StorageCredentials)(StorageUri^, StorageCredentials^)(StorageUri, StorageCredentials)(StorageUri, StorageCredentials)

Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint and account credentials.

System_CAPS_pubmethodCloudQueueClient(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials)

Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint and account credentials.

Properties

NameDescription
System_CAPS_pubpropertyAuthenticationSchemeAuthenticationSchemeAuthenticationSchemeAuthenticationScheme

Gets or sets the authentication scheme to use to sign HTTP requests.

System_CAPS_pubpropertyBaseUriBaseUriBaseUriBaseUri

Gets the base URI for the Queue service client, at the primary location.

System_CAPS_pubpropertyBufferManagerBufferManagerBufferManagerBufferManager

Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Queue service client.

System_CAPS_pubpropertyCredentialsCredentialsCredentialsCredentials

Gets the account credentials used to create the Queue service client.

System_CAPS_pubpropertyDefaultRequestOptionsDefaultRequestOptionsDefaultRequestOptionsDefaultRequestOptions

Gets and sets the default request options for requests made via the Queue service client.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the Queue service endpoints for both the primary and secondary locations.

Methods

NameDescription
System_CAPS_pubmethodBeginGetServiceProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodBeginGetServiceProperties(QueueRequestOptions, OperationContext, AsyncCallback, Object)(QueueRequestOptions^, OperationContext^, AsyncCallback^, Object^)(QueueRequestOptions, OperationContext, AsyncCallback, Object)(QueueRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodBeginGetServiceStats(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodBeginGetServiceStats(QueueRequestOptions, OperationContext, AsyncCallback, Object)(QueueRequestOptions^, OperationContext^, AsyncCallback^, Object^)(QueueRequestOptions, OperationContext, AsyncCallback, Object)(QueueRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodBeginListQueuesSegmented(QueueContinuationToken, AsyncCallback, Object)(QueueContinuationToken^, AsyncCallback^, Object^)(QueueContinuationToken, AsyncCallback, Object)(QueueContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodBeginListQueuesSegmented(String, QueueContinuationToken, AsyncCallback, Object)(String^, QueueContinuationToken^, AsyncCallback^, Object^)(String, QueueContinuationToken, AsyncCallback, Object)(String, QueueContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodBeginListQueuesSegmented(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, AsyncCallback, Object)(String^, QueueListingDetails, Nullable<Int32>, QueueContinuationToken^, QueueRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, AsyncCallback, Object)(String, QueueListingDetails, Nullable(Of Int32), QueueContinuationToken, QueueRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodBeginSetServiceProperties(ServiceProperties, AsyncCallback, Object)(ServiceProperties^, AsyncCallback^, Object^)(ServiceProperties, AsyncCallback, Object)(ServiceProperties, AsyncCallback, Object)

Begins an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodBeginSetServiceProperties(ServiceProperties, QueueRequestOptions, OperationContext, AsyncCallback, Object)(ServiceProperties^, QueueRequestOptions^, OperationContext^, AsyncCallback^, Object^)(ServiceProperties, QueueRequestOptions, OperationContext, AsyncCallback, Object)(ServiceProperties, QueueRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodEndGetServiceProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodEndGetServiceStats(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodEndListQueuesSegmented(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodEndSetServiceProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetQueueReference(String)(String^)(String)(String)

Returns a reference to a CloudQueue object with the specified name.

System_CAPS_pubmethodGetServicePropertiesAsync()()()()

Initiates an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodGetServicePropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodGetServicePropertiesAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodGetServicePropertiesAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get service properties for the Queue service.

System_CAPS_pubmethodGetServiceStatsAsync()()()()

Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodListQueuesSegmentedAsync(QueueContinuationToken)(QueueContinuationToken^)(QueueContinuationToken)(QueueContinuationToken)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)(QueueContinuationToken^, CancellationToken)(QueueContinuationToken, CancellationToken)(QueueContinuationToken, CancellationToken)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodListQueuesSegmentedAsync(String, QueueContinuationToken)(String^, QueueContinuationToken^)(String, QueueContinuationToken)(String, QueueContinuationToken)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)(String^, QueueContinuationToken^, CancellationToken)(String, QueueContinuationToken, CancellationToken)(String, QueueContinuationToken, CancellationToken)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)(String^, QueueListingDetails, Nullable<Int32>, QueueContinuationToken^, QueueRequestOptions^, OperationContext^)(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)(String, QueueListingDetails, Nullable(Of Int32), QueueContinuationToken, QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_pubmethodListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)(String^, QueueListingDetails, Nullable<Int32>, QueueContinuationToken^, QueueRequestOptions^, OperationContext^, CancellationToken)(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)(String, QueueListingDetails, Nullable(Of Int32), QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties)(ServiceProperties^)(ServiceProperties)(ServiceProperties)

Initiates an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, CancellationToken)(ServiceProperties^, CancellationToken)(ServiceProperties, CancellationToken)(ServiceProperties, CancellationToken)

Initiates an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext)(ServiceProperties^, QueueRequestOptions^, OperationContext^)(ServiceProperties, QueueRequestOptions, OperationContext)(ServiceProperties, QueueRequestOptions, OperationContext)

Initiates an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext, CancellationToken)(ServiceProperties^, QueueRequestOptions^, OperationContext^, CancellationToken)(ServiceProperties, QueueRequestOptions, OperationContext, CancellationToken)(ServiceProperties, QueueRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set service properties for the Queue service.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Remarks

The service client encapsulates the endpoint or endpoints for the Queue service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top