CloudQueue.CreateIfNotExistsAsync Method (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueue.::..CreateIfNotExistsAsync Method
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
CreateIfNotExistsAsync()()()()
Creates the queue if it does not already exist.

CreateIfNotExistsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)
Creates the queue if it does not already exist.

CreateIfNotExistsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)
Creates the queue if it does not already exist.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| CreateIfNotExistsAsync()()()() | Creates the queue if it does not already exist. | |
| CreateIfNotExistsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext) | Creates the queue if it does not already exist. | |
| CreateIfNotExistsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken) | Creates the queue if it does not already exist. |