Język

MsmqIntegrationBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MsmqIntegrationBindingElement.

Przeciążenia

Nazwa Opis
MsmqIntegrationBindingElement()

Inicjuje nowe wystąpienie klasy MsmqIntegrationBindingElement.

MsmqIntegrationBindingElement(String)

Inicjuje nowe wystąpienie MsmqIntegrationBindingElement 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 nowe wystąpienie MsmqIntegrationBindingElement 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