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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET