MessageReceiver.OnMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.