Freigeben über


CloudQueue.DeleteMessageAsync Methode

Definition

Überlädt

DeleteMessageAsync(String, String, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(String, String, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(String, String, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(CloudQueueMessage, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(String, String)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(CloudQueueMessage)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(CloudQueueMessage, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(CloudQueueMessage, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

DeleteMessageAsync(String, String, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (string messageId, string popReceipt, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, popReceipt As String, options As QueueRequestOptions, operationContext As OperationContext) As Task

Parameter

messageId
String

Eine Zeichenfolge, welche die Nachrichten-ID angibt

popReceipt
String

Eine Zeichenfolge, die den Pop-Belegwert angibt.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(String, String, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (string messageId, string popReceipt, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, popReceipt As String, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

messageId
String

Eine Zeichenfolge, welche die Nachrichten-ID angibt

popReceipt
String

Eine Zeichenfolge, die den Pop-Belegwert angibt.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(String, String, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (string messageId, string popReceipt, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, popReceipt As String, cancellationToken As CancellationToken) As Task

Parameter

messageId
String

Eine Zeichenfolge, welche die Nachrichten-ID angibt

popReceipt
String

Eine Zeichenfolge, die den Pop-Belegwert angibt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(CloudQueueMessage, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (message As CloudQueueMessage, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(String, String)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (string messageId, string popReceipt);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : string * string -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * string -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, popReceipt As String) As Task

Parameter

messageId
String

Eine Zeichenfolge, welche die Nachrichten-ID angibt

popReceipt
String

Eine Zeichenfolge, die den Pop-Belegwert angibt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(CloudQueueMessage)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (message As CloudQueueMessage) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(CloudQueueMessage, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (message As CloudQueueMessage, options As QueueRequestOptions, operationContext As OperationContext) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DeleteMessageAsync(CloudQueueMessage, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen einer Nachricht.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (message As CloudQueueMessage, cancellationToken As CancellationToken) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: