C#C++F#VB
CloudQueue.::..DeleteIfExistsAsync Method (QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)
Initiates an asynchronous operation to delete the queue if it already exists.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<bool> DeleteIfExistsAsync( QueueRequestOptions options, OperationContext operationContext )
C++
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(Of Boolean)
Parameters
- options
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue::QueueRequestOptions^Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue.QueueRequestOptions
A QueueRequestOptions 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.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task<TResult><TResult><'TResult>(Of TResult) object of type bool that represents the asynchronous operation.