Język

SoapExtensionTypeElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.

Przeciążenia

SoapExtensionTypeElement()

Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.

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

Dotyczy

SoapExtensionTypeElement(String, Int32, PriorityGroup)

Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.

public:
 SoapExtensionTypeElement(System::String ^ type, int priority, System::Web::Services::Configuration::PriorityGroup group);
public SoapExtensionTypeElement(string type, int priority, System.Web.Services.Configuration.PriorityGroup group);
new System.Web.Services.Configuration.SoapExtensionTypeElement : string * int * System.Web.Services.Configuration.PriorityGroup -> System.Web.Services.Configuration.SoapExtensionTypeElement
Public Sub New (type As String, priority As Integer, group As PriorityGroup)

Parametry

type
String

Określa klasę rozszerzenia SOAP do dodania.

priority
Int32

Wskazuje względną kolejność uruchamiania rozszerzenia PROTOKOŁU SOAP, gdy określono wiele rozszerzeń PROTOKOŁU SOAP. W każdej grupie atrybut priorytetu rozróżnia ogólny względny priorytet rozszerzenia PROTOKOŁU SOAP. Numer niższego priorytetu wskazuje wyższy priorytet dla rozszerzenia PROTOKOŁU SOAP. Najniższa możliwa wartość atrybutu priorytetu to 1.

group
PriorityGroup

Wraz z priorytetem określa względną kolejność uruchamiania rozszerzenia PROTOKOŁU SOAP, gdy skonfigurowano wiele rozszerzeń PROTOKOŁU SOAP do uruchomienia.

Dotyczy

SoapExtensionTypeElement(Type, Int32, PriorityGroup)

Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.

public:
 SoapExtensionTypeElement(Type ^ type, int priority, System::Web::Services::Configuration::PriorityGroup group);
public SoapExtensionTypeElement(Type type, int priority, System.Web.Services.Configuration.PriorityGroup group);
new System.Web.Services.Configuration.SoapExtensionTypeElement : Type * int * System.Web.Services.Configuration.PriorityGroup -> System.Web.Services.Configuration.SoapExtensionTypeElement
Public Sub New (type As Type, priority As Integer, group As PriorityGroup)

Parametry

type
Type

Określa klasę rozszerzenia SOAP do dodania.

priority
Int32

Wskazuje względną kolejność uruchamiania rozszerzenia PROTOKOŁU SOAP, gdy określono wiele rozszerzeń PROTOKOŁU SOAP.

group
PriorityGroup

Wraz z priorytetem określa względną kolejność uruchamiania rozszerzenia PROTOKOŁU SOAP, gdy skonfigurowano wiele rozszerzeń PROTOKOŁU SOAP do uruchomienia.

Dotyczy