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

MessagingFactorySettings.OnEndCreateFactory(IAsyncResult) 方法

定义

结束创建工厂的异步请求。

protected virtual Microsoft.ServiceBus.Messaging.MessagingFactory OnEndCreateFactory (IAsyncResult result);
abstract member OnEndCreateFactory : IAsyncResult -> Microsoft.ServiceBus.Messaging.MessagingFactory
override this.OnEndCreateFactory : IAsyncResult -> Microsoft.ServiceBus.Messaging.MessagingFactory
Protected Overridable Function OnEndCreateFactory (result As IAsyncResult) As MessagingFactory

参数

result
IAsyncResult

一个 IAsyncResult ,它引用用于创建工厂的异步请求。

返回

新创建的消息工厂。

适用于