MessageReceiver.OnMessage メソッド

定義

イベント ドリブン メッセージ ポンプでメッセージを処理します。

public void OnMessage (Action<Microsoft.ServiceBus.Messaging.BrokeredMessage> callback, Microsoft.ServiceBus.Messaging.OnMessageOptions options);
member this.OnMessage : Action<Microsoft.ServiceBus.Messaging.BrokeredMessage> * Microsoft.ServiceBus.Messaging.OnMessageOptions -> unit
Public Sub OnMessage (callback As Action(Of BrokeredMessage), options As OnMessageOptions)

パラメーター

callback
Action<BrokeredMessage>

操作が完了したときに呼び出すメソッド。

options
OnMessageOptions

メッセージ ポンプの OnMessageOptionsインスタンス化に使用するオプションを指定します。

適用対象