CloudQueue.DeleteMessage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeleteMessage(CloudQueueMessage, QueueRequestOptions, OperationContext) |
Löscht eine Nachricht. |
DeleteMessage(String, String, QueueRequestOptions, OperationContext) |
Löscht die angegebene Nachricht aus der Warteschlange. |
DeleteMessage(CloudQueueMessage, QueueRequestOptions, OperationContext)
Löscht eine Nachricht.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void DeleteMessage (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.DeleteMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub DeleteMessage (message As CloudQueueMessage, Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)
Parameter
- message
- CloudQueueMessage
Ein CloudQueueMessage-Objekt.
- options
- QueueRequestOptions
Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
DeleteMessage(String, String, QueueRequestOptions, OperationContext)
Löscht die angegebene Nachricht aus der Warteschlange.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void DeleteMessage (string messageId, string popReceipt, Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteMessage : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.DeleteMessage : string * string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub DeleteMessage (messageId As String, popReceipt As String, Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)
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. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET