Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Checks existence of the queue.

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

Syntax

 
public virtual Task<bool> ExistsAsync()
 
public:
virtual Task<bool>^ ExistsAsync()
 
abstract ExistsAsync : unit -> Task<bool>
override ExistsAsync : unit -> Task<bool>
 
Public Overridable Function ExistsAsync As Task(OfBoolean)
Return to top