次の方法で共有


CloudQueue.PeekMessage(QueueRequestOptions, OperationContext) メソッド

定義

キューから 1 つのメッセージをピークします。 ピーク要求は、可視性を変更せずにキューからメッセージを取得します。

[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

パラメーター

options
QueueRequestOptions

要求の追加オプションを指定する QueueRequestOptions オブジェクトです。 の場合 null、既定のオプションが要求に適用されます。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

戻り値

CloudQueueMessage オブジェクト。

属性

適用対象