Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Initiates an asynchronous operation to delete the queue if it already exists.

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

Syntax

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