NetEventRelayBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.