NetMessagingBindingExtensionElement 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
NetMessagingBindingExtensionElement() |
Initializes a new instance of the NetMessagingBindingExtensionElement class. |
NetMessagingBindingExtensionElement(String) |
Initializes a new instance of the NetMessagingBindingExtensionElement class using the specified name. |
NetMessagingBindingExtensionElement()
Initializes a new instance of the NetMessagingBindingExtensionElement class.
public NetMessagingBindingExtensionElement ();
Public Sub New ()
Applies to
NetMessagingBindingExtensionElement(String)
Initializes a new instance of the NetMessagingBindingExtensionElement class using the specified name.
public NetMessagingBindingExtensionElement (string name);
new Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingExtensionElement : string -> Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingExtensionElement
Public Sub New (name As String)
Parameters
- name
- String
The name.
Applies to
Azure SDK for .NET