CloudQueue.ClearAsync Method (Microsoft.WindowsAzure.Storage.Queue)

From Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to clear all messages from the queue.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task ClearAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task^ ClearAsync()
 
[<DoesServiceRequestAttribute>]
abstract ClearAsync : unit -> Task
[<DoesServiceRequestAttribute>]
override ClearAsync : unit -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function ClearAsync As Task
Return to top