AnnouncementEndpointElement.OnInitializeAndValidate Metoda
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.
Po wywołaniu lub zastąpieniu przez klasę pochodną inicjuje i weryfikuje określony element punktu końcowego.
Przeciążenia
OnInitializeAndValidate(ChannelEndpointElement) |
Po wywołaniu lub zastąpieniu przez klasę pochodną inicjuje i weryfikuje określone wystąpienie klasy ChannelEndpointElement. |
OnInitializeAndValidate(ServiceEndpointElement) |
Po wywołaniu lub zastąpieniu przez klasę pochodną inicjuje i weryfikuje określone wystąpienie klasy ServiceEndpointElement. |
OnInitializeAndValidate(ChannelEndpointElement)
Po wywołaniu lub zastąpieniu przez klasę pochodną inicjuje i weryfikuje określone wystąpienie klasy ChannelEndpointElement.
protected:
override void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)
Parametry
- channelEndpointElement
- ChannelEndpointElement
Element punktu końcowego kanału umożliwiający inicjowanie i weryfikowanie.
Dotyczy
OnInitializeAndValidate(ServiceEndpointElement)
Po wywołaniu lub zastąpieniu przez klasę pochodną inicjuje i weryfikuje określone wystąpienie klasy ServiceEndpointElement.
protected:
override void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)
Parametry
- serviceEndpointElement
- ServiceEndpointElement
Element punktu końcowego usługi służący do inicjowania i weryfikowania.