CloudQueue.CreateIfNotExistsAsync Method (Microsoft.WindowsAzure.Storage.Queue)

From Microsoft Windows Azure Storage Blob

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()
 
public:
[DoesServiceRequestAttribute]
virtual Task<bool>^ CreateIfNotExistsAsync()
 
[<DoesServiceRequestAttribute>]
abstract CreateIfNotExistsAsync : unit -> Task<bool>
[<DoesServiceRequestAttribute>]
override CreateIfNotExistsAsync : unit -> Task<bool>
 
<DoesServiceRequestAttribute>
Public Overridable Function CreateIfNotExistsAsync As Task(OfBoolean)
Return to top