CloudQueue.DeleteAsync Method (QueueRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueue.::..DeleteAsync Method (QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)
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
)
C++
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
Parameters
- options
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue::QueueRequestOptions^Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue.QueueRequestOptions
An object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type:
System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.
Return to top
Deletes the queue.
Syntax
public virtual Task DeleteAsync( QueueRequestOptions options, OperationContext operationContext )
C++
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
Parameters
- options
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue::QueueRequestOptions^Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue.QueueRequestOptions
An object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.