你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageReceiver.OnMessageAsync 方法

定义

异步处理事件驱动的消息泵中的消息。

public void OnMessageAsync (Func<Microsoft.ServiceBus.Messaging.BrokeredMessage,System.Threading.Tasks.Task> callback, Microsoft.ServiceBus.Messaging.OnMessageOptions options);
member this.OnMessageAsync : Func<Microsoft.ServiceBus.Messaging.BrokeredMessage, System.Threading.Tasks.Task> * Microsoft.ServiceBus.Messaging.OnMessageOptions -> unit
Public Sub OnMessageAsync (callback As Func(Of BrokeredMessage, Task), options As OnMessageOptions)

参数

callback
Func<BrokeredMessage,Task>

操作完成时要调用的方法。

options
OnMessageOptions

指定 OnMessageOptions用于实例化消息泵的选项。

适用于