AnnouncementEndpointElement.OnApplyConfiguration Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Při volání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint na koncový bod oznámení.
Přetížení
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Při volání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint na koncový bod oznámení. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Při volání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint na koncový bod oznámení. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
Při volání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint na koncový bod oznámení.
protected:
override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)
Parametry
- endpoint
- ServiceEndpoint
Koncový bod služby, na který se použije nastavení konfigurace oznámení
- serviceEndpointElement
- ChannelEndpointElement
Nepoužívá se.
Platí pro
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
Při volání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint na koncový bod oznámení.
protected:
override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)
Parametry
- endpoint
- ServiceEndpoint
Koncový bod služby, na který se použije nastavení konfigurace oznámení
- serviceEndpointElement
- ServiceEndpointElement
Nepoužívá se.