Sdílet prostřednictvím


WorkflowControlEndpointElement.OnApplyConfiguration Metoda

Definice

Při zavolání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint koncový bod řízení pracovního postupu.

Přetížení

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při zavolání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint koncový bod řízení pracovního postupu.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při zavolání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint koncový bod řízení pracovního postupu.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při zavolání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint koncový bod řízení pracovního postupu.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)

Parametry

endpoint
ServiceEndpoint

Koncový bod služby, na který se používají nastavení konfigurace řízení.

channelEndpointElement
ChannelEndpointElement

Není implementováno.

Platí pro

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při zavolání nebo přepsání odvozenou třídou převede zadaný ServiceEndpoint koncový bod řízení pracovního postupu.

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žívají nastavení konfigurace řízení.

serviceEndpointElement
ServiceEndpointElement

Není implementováno.

Platí pro