CloudQueue.Delete(QueueRequestOptions, OperationContext) Method
Definition
Deletes the queue.
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual void Delete (Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null);
abstract member Delete : Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
override this.Delete : Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Parameters
- options
- QueueRequestOptions
A QueueRequestOptions object that specifies additional options for the request. If null
, default options are applied to the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- Attributes