ComMethodElement Konstruktorer

Definition

Initierar en ny instans av ComMethodElement klassen.

Överlagringar

Name Description
ComMethodElement()

Initierar en ny instans av ComMethodElement klassen.

ComMethodElement(String)

Initierar en ny instans av ComMethodElement klassen med den angivna metoden.

ComMethodElement()

Initierar en ny instans av ComMethodElement klassen.

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

Gäller för

ComMethodElement(String)

Initierar en ny instans av ComMethodElement klassen med den angivna metoden.

public:
 ComMethodElement(System::String ^ method);
public ComMethodElement(string method);
new System.ServiceModel.Configuration.ComMethodElement : string -> System.ServiceModel.Configuration.ComMethodElement
Public Sub New (method As String)

Parametrar

method
String

En COM+-metod som exponeras.

Gäller för