Freigeben über


CloudQueue.PeekMessages(Int32, QueueRequestOptions, OperationContext) Methode

Definition

Mit den angegebenen Anforderungsoptionen und dem Vorgangskontext wird eine Nachricht aus der Warteschlange angezeigt. Eine Vorschauanforderung ruft eine Nachricht aus der Warteschlange ab, ohne die Sichtbarkeit zu ändern.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Queue.CloudQueueMessage> PeekMessages (int messageCount, Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PeekMessages : int * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> seq<Microsoft.Azure.Storage.Queue.CloudQueueMessage>
override this.PeekMessages : int * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> seq<Microsoft.Azure.Storage.Queue.CloudQueueMessage>
Public Overridable Function PeekMessages (messageCount As Integer, Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As IEnumerable(Of CloudQueueMessage)

Parameter

messageCount
Int32

Die Anzahl der nachrichten, die angezeigt werden sollen. Die maximale Anzahl von Nachrichten, die gleichzeitig abgerufen werden können, ist 32.

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

Eine aufzählbare Sammlung von CloudQueueMessage-Objekten.

Attribute

Gilt für: