MsmqIntegrationBindingElement 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.
Initializes a new instance of the MsmqIntegrationBindingElement class.
Overloads
MsmqIntegrationBindingElement() |
Initializes a new instance of the MsmqIntegrationBindingElement class. |
MsmqIntegrationBindingElement(String) |
Initializes a new instance of the MsmqIntegrationBindingElement class by using the specified binding name. |
MsmqIntegrationBindingElement()
Initializes a new instance of the MsmqIntegrationBindingElement class.
public:
MsmqIntegrationBindingElement();
public MsmqIntegrationBindingElement ();
Public Sub New ()
Applies to
MsmqIntegrationBindingElement(String)
Initializes a new instance of the MsmqIntegrationBindingElement class by using the specified binding name.
public:
MsmqIntegrationBindingElement(System::String ^ name);
public MsmqIntegrationBindingElement (string name);
new System.ServiceModel.Configuration.MsmqIntegrationBindingElement : string -> System.ServiceModel.Configuration.MsmqIntegrationBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The binding name to use.