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

NetEventRelayBindingElement 构造函数

定义

重载

NetEventRelayBindingElement()

初始化 NetEventRelayBindingElement 类的新实例。

NetEventRelayBindingElement(String)

使用指定的名称初始化 NetEventRelayBindingElement 类的新实例。

NetEventRelayBindingElement()

初始化 NetEventRelayBindingElement 类的新实例。

public NetEventRelayBindingElement ();
Public Sub New ()

适用于

NetEventRelayBindingElement(String)

使用指定的名称初始化 NetEventRelayBindingElement 类的新实例。

public NetEventRelayBindingElement (string name);
new Microsoft.ServiceBus.Configuration.NetEventRelayBindingElement : string -> Microsoft.ServiceBus.Configuration.NetEventRelayBindingElement
Public Sub New (name As String)

参数

name
String

在配置中设置的绑定名称。

适用于