Partager via


WorkflowControlEndpointElement.OnApplyConfiguration Méthode

Définition

En cas d'appel ou de substitution par une classe dérivée, convertit l'objet ServiceEndpoint spécifié en point de terminaison de contrôle de flux de travail.

Surcharges

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

En cas d'appel ou de substitution par une classe dérivée, convertit l'objet ServiceEndpoint spécifié en point de terminaison de contrôle de flux de travail.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

En cas d'appel ou de substitution par une classe dérivée, convertit l'objet ServiceEndpoint spécifié en point de terminaison de contrôle de flux de travail.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

En cas d'appel ou de substitution par une classe dérivée, convertit l'objet ServiceEndpoint spécifié en point de terminaison de contrôle de flux de travail.

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)

Paramètres

endpoint
ServiceEndpoint

Point de terminaison de service auquel les paramètres de configuration de contrôle sont appliqués.

channelEndpointElement
ChannelEndpointElement

Non implémenté.

S’applique à

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

En cas d'appel ou de substitution par une classe dérivée, convertit l'objet ServiceEndpoint spécifié en point de terminaison de contrôle de flux de travail.

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)

Paramètres

endpoint
ServiceEndpoint

Point de terminaison de service auquel les paramètres de configuration de contrôle sont appliqués.

serviceEndpointElement
ServiceEndpointElement

Non implémenté.

S’applique à