Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Deletes the queue.

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

Syntax

 
public virtual Task DeleteAsync(
	QueueRequestOptions options,
	OperationContext operationContext
)
 
public:
virtual Task^ DeleteAsync(
	QueueRequestOptions^ options,
	OperationContext^ operationContext
)
 
abstract DeleteAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task
override DeleteAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task
 
Public Overridable Function DeleteAsync (
	options As QueueRequestOptions,
	operationContext As OperationContext
) As Task
Return to top