CloudQueue.PeekMessage(QueueRequestOptions, OperationContext) 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.
Stellt eine Einsicht in eine einzelne Nachricht aus der Warteschlange bereit. Eine Einsehenanforderung ruft eine Nachricht aus der Warteschlange ab, ohne deren Sichtbarkeit zu ändern.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Queue.CloudQueueMessage PeekMessage (Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PeekMessage : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Queue.CloudQueueMessage
override this.PeekMessage : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Queue.CloudQueueMessage
Public Overridable Function PeekMessage (Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As CloudQueueMessage
Parameter
- 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.
Gibt zurück
Ein CloudQueueMessage-Objekt.
- Attribute
Gilt für:
Azure SDK for .NET