Udostępnij za pośrednictwem


ServiceBehaviorElement Konstruktory

Definicja

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.

Dotyczy