Поделиться через


DiscoveryEndpointElement.OnApplyConfiguration Метод

Определение

При вызове или переопределении в производном классе применяет ConfigurationProperties к указанному DiscoveryEndpoint.

Перегрузки

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

При вызове или переопределении в производном классе применяет ConfigurationProperties к указанному DiscoveryEndpoint.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

При вызове или переопределении в производном классе применяет ConfigurationProperties к указанному DiscoveryEndpoint.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

При вызове или переопределении в производном классе применяет ConfigurationProperties к указанному DiscoveryEndpoint.

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)

Параметры

endpoint
ServiceEndpoint

Конечная точка службы, к которой применяются параметры конфигурации обнаружения.

serviceEndpointElement
ChannelEndpointElement

Не реализован.

Применяется к

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

При вызове или переопределении в производном классе применяет ConfigurationProperties к указанному DiscoveryEndpoint.

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)

Параметры

endpoint
ServiceEndpoint

Конечная точка службы, к которой применяются параметры конфигурации обнаружения.

serviceEndpointElement
ServiceEndpointElement

Не реализовано.

Применяется к