Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueue.CreateIfNotExistsAsync Method (QueueRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Queue)

Initiates an asynchronous operation to create the queue if it does not already exist.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<bool> CreateIfNotExistsAsync(
	QueueRequestOptions options,
	OperationContext operationContext
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<bool>^ CreateIfNotExistsAsync(
	QueueRequestOptions^ options,
	OperationContext^ operationContext
)
 
[<DoesServiceRequestAttribute>]
abstract CreateIfNotExistsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<bool>
[<DoesServiceRequestAttribute>]
override CreateIfNotExistsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<bool>
 
<DoesServiceRequestAttribute>
Public Overridable Function CreateIfNotExistsAsync (
	options As QueueRequestOptions,
	operationContext As OperationContext
) As Task(OfBoolean)
Return to top