CloudQueue.EndBeginClear Method (IAsyncResult)

 

Note: This API is now obsolete.

Ends 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

[ObsoleteAttribute("This class is improperly named; use class EndClear instead.")]
public void EndBeginClear(
    IAsyncResult asyncResult
)
<ObsoleteAttribute("This class is improperly named; use class EndClear instead.")>
Public Sub EndBeginClear (
    asyncResult As IAsyncResult
)

Parameters

See Also

CloudQueue Class
Microsoft.WindowsAzure.Storage.Queue Namespace

Return to top