CloudQueue.DeleteMessageAsync Method (String, String) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueue.::..DeleteMessageAsync Method (String, String)(String^, String^)(String, String)(String, String)
Deletes the message.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract DeleteMessageAsync :
messageId:string *
popReceipt:string -> Task
override DeleteMessageAsync :
messageId:string *
popReceipt:string -> Task
Public Overridable Function DeleteMessageAsync (
messageId As String,
popReceipt As String
) As Task
Parameters
- messageId
-
Type:
System.StringSystem::String^System.StringSystem.String
The message ID.
- popReceipt
-
Type:
System.StringSystem::String^System.StringSystem.String
The pop receipt value.
Return Value
Type:
System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.
Return to top
Deletes the message.
Syntax
abstract DeleteMessageAsync : messageId:string * popReceipt:string -> Task override DeleteMessageAsync : messageId:string * popReceipt:string -> Task
Public Overridable Function DeleteMessageAsync ( messageId As String, popReceipt As String ) As Task
Parameters
- messageId
-
Type:
System.StringSystem::String^System.StringSystem.String
The message ID.
- popReceipt
-
Type:
System.StringSystem::String^System.StringSystem.String
The pop receipt value.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.