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

From Microsoft Windows Azure Storage Blob

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