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

MessagingFactory.OnCreateEventHubClient(String) 方法

定义

执行创建事件中心客户端操作。

protected virtual Microsoft.ServiceBus.Messaging.EventHubClient OnCreateEventHubClient (string path);
abstract member OnCreateEventHubClient : string -> Microsoft.ServiceBus.Messaging.EventHubClient
override this.OnCreateEventHubClient : string -> Microsoft.ServiceBus.Messaging.EventHubClient
Protected Overridable Function OnCreateEventHubClient (path As String) As EventHubClient

参数

path
String

事件中心客户端的路径。

返回

创建的 EventHubClient

适用于