Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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