WorkflowControlEndpointElement.OnApplyConfiguration Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.