Udostępnij przez


MsmqIntegrationBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MsmqIntegrationBindingElement.

Przeciążenia

MsmqIntegrationBindingElement()

Inicjuje nowe wystąpienie klasy MsmqIntegrationBindingElement.

MsmqIntegrationBindingElement(String)

Inicjuje MsmqIntegrationBindingElement nowe wystąpienie klasy przy użyciu określonej nazwy powiązania.

MsmqIntegrationBindingElement()

Inicjuje nowe wystąpienie klasy MsmqIntegrationBindingElement.

public:
 MsmqIntegrationBindingElement();
public MsmqIntegrationBindingElement ();
Public Sub New ()

Dotyczy

MsmqIntegrationBindingElement(String)

Inicjuje MsmqIntegrationBindingElement nowe wystąpienie klasy przy użyciu określonej nazwy powiązania.

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)

Parametry

name
String

Nazwa powiązania do użycia.

Dotyczy