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

EventHubSender.CreateFromConnectionString(String) 方法

定义

使用提供的连接字符串创建 的新 EventHubSender 实例。 旨在用于将 ConnectionString 与 SharedAcessSignature 和 Publisher 配合使用来发送。

public static Microsoft.ServiceBus.Messaging.EventHubSender CreateFromConnectionString (string connectionString);
static member CreateFromConnectionString : string -> Microsoft.ServiceBus.Messaging.EventHubSender
Public Shared Function CreateFromConnectionString (connectionString As String) As EventHubSender

参数

connectionString
String

使用的连接字符串。

返回

创建的 EventHubSender

注解

可以从 Azure 门户获取连接,也可以从 ServiceBusConnectionStringBuilder 实例创建连接。

适用于