C#C++F#VB
CloudQueue.::..DeleteMessageAsync Method (String, String)(String^, String^)(String, String)(String, String)
Initiates an asynchronous operation to delete a message.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task DeleteMessageAsync( string messageId, string popReceipt )
C++
public: [DoesServiceRequestAttribute] virtual Task^ DeleteMessageAsync( String^ messageId, String^ popReceipt )
[<DoesServiceRequestAttribute>] abstract DeleteMessageAsync : messageId:string * popReceipt:string -> Task [<DoesServiceRequestAttribute>] override DeleteMessageAsync : messageId:string * popReceipt:string -> Task
<DoesServiceRequestAttribute> Public Overridable Function DeleteMessageAsync ( messageId As String, popReceipt As String ) As Task
Parameters
- messageId
-
Type:
System.StringSystem::String^System.StringSystem.String
A string specifying the message ID.
- popReceipt
-
Type:
System.StringSystem::String^System.StringSystem.String
A string specifying the pop receipt value.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.