WorkflowControlEndpointElement.OnApplyConfiguration Método

Definição

Quando chamada ou sobreposta por uma classe derivada, converte o especificado ServiceEndpoint num endpoint de controlo de workflow.

Sobrecargas

Name Description
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Quando chamada ou sobreposta por uma classe derivada, converte o especificado ServiceEndpoint num endpoint de controlo de workflow.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Quando chamada ou sobreposta por uma classe derivada, converte o especificado ServiceEndpoint num endpoint de controlo de workflow.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Quando chamada ou sobreposta por uma classe derivada, converte o especificado ServiceEndpoint num endpoint de controlo de workflow.

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)

Parâmetros

endpoint
ServiceEndpoint

O endpoint de serviço ao qual são aplicadas as definições de configuração de controlo.

channelEndpointElement
ChannelEndpointElement

Não implementado.

Aplica-se a

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Quando chamada ou sobreposta por uma classe derivada, converte o especificado ServiceEndpoint num endpoint de controlo de workflow.

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)

Parâmetros

endpoint
ServiceEndpoint

O endpoint de serviço ao qual são aplicadas as definições de configuração de controlo.

serviceEndpointElement
ServiceEndpointElement

Não implementado.

Aplica-se a