ServiceBehaviorElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ServiceBehaviorElement.
Przeciążenia
ServiceBehaviorElement() |
Inicjuje nowe wystąpienie klasy ServiceBehaviorElement. |
ServiceBehaviorElement(String) |
Inicjuje nowe wystąpienie ServiceBehaviorElement klasy o określonej nazwie. |
ServiceBehaviorElement()
Inicjuje nowe wystąpienie klasy ServiceBehaviorElement.
public:
ServiceBehaviorElement();
public ServiceBehaviorElement ();
Public Sub New ()
Dotyczy
ServiceBehaviorElement(String)
Inicjuje nowe wystąpienie ServiceBehaviorElement klasy o określonej nazwie.
public:
ServiceBehaviorElement(System::String ^ name);
public ServiceBehaviorElement (string name);
new System.ServiceModel.Configuration.ServiceBehaviorElement : string -> System.ServiceModel.Configuration.ServiceBehaviorElement
Public Sub New (name As String)
Parametry
- name
- String
Unikatowa nazwa elementu zachowania.