Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Clears the messages of the queue.

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

Syntax

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