MessageReceiver.OnMessage Method

Definition

Processes a message in an event-driven message pump.

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)

Parameters

callback
Action<BrokeredMessage>

The method to invoke when the operation is complete.

options
OnMessageOptions

Specifies the OnMessageOptionsoptions with which to instantiate the message pump.

Applies to