C#C++F#VB
CloudQueue.::..DeleteMessageAsync Method (String, String, QueueRequestOptions, OperationContext, CancellationToken)(String^, String^, QueueRequestOptions^, OperationContext^, CancellationToken)(String, String, QueueRequestOptions, OperationContext, CancellationToken)(String, String, QueueRequestOptions, OperationContext, CancellationToken)
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, QueueRequestOptions options, OperationContext operationContext, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task^ DeleteMessageAsync( String^ messageId, String^ popReceipt, QueueRequestOptions^ options, OperationContext^ operationContext, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract DeleteMessageAsync : messageId:string * popReceipt:string * options:QueueRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task [<DoesServiceRequestAttribute>] override DeleteMessageAsync : messageId:string * popReceipt:string * options:QueueRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task
<DoesServiceRequestAttribute> Public Overridable Function DeleteMessageAsync ( messageId As String, popReceipt As String, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken ) 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.
- options
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue::QueueRequestOptions^Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptionsMicrosoft.WindowsAzure.Storage.Queue.QueueRequestOptions
A QueueRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.