CloudQueue.EndDeleteMessage Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft Windows Azure Storage Blob
C#C++F#VB
CloudQueue.::..EndDeleteMessage Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to delete a message.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndDeleteMessage : asyncResult:IAsyncResult -> unit override EndDeleteMessage : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.