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(
	QueueRequestOptions options,
	OperationContext operationContext
)
 
public:
virtual Task<bool>^ ExistsAsync(
	QueueRequestOptions^ options,
	OperationContext^ operationContext
)
 
abstract ExistsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<bool>
override ExistsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<bool>
 
Public Overridable Function ExistsAsync (
	options As QueueRequestOptions,
	operationContext As OperationContext
) As Task(OfBoolean)
Return to top