NetEventRelayBindingElement Constructors

Definition

Overloads

NetEventRelayBindingElement()

Initializes a new instance of the NetEventRelayBindingElement class.

NetEventRelayBindingElement(String)

Initializes a new instance of the NetEventRelayBindingElement class, using the specified name.

NetEventRelayBindingElement()

Initializes a new instance of the NetEventRelayBindingElement class.

public NetEventRelayBindingElement ();
Public Sub New ()

Applies to

NetEventRelayBindingElement(String)

Initializes a new instance of the NetEventRelayBindingElement class, using the specified name.

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

Parameters

name
String

The binding name set in the configuration.

Applies to