Udostępnij za pośrednictwem


DiscoveryEndpointElement.OnApplyConfiguration Metoda

Definicja

W przypadku wywołania lub zastąpienia przez klasę pochodną stosuje właściwość ConfigurationProperties w określonym DiscoveryEndpointobiekcie .

Przeciążenia

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

W przypadku wywołania lub zastąpienia przez klasę pochodną stosuje właściwość ConfigurationProperties w określonym DiscoveryEndpointobiekcie .

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

W przypadku wywołania lub zastąpienia przez klasę pochodną stosuje właściwość ConfigurationProperties w określonym DiscoveryEndpointobiekcie .

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

W przypadku wywołania lub zastąpienia przez klasę pochodną stosuje właściwość ConfigurationProperties w określonym DiscoveryEndpointobiekcie .

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)

Parametry

endpoint
ServiceEndpoint

Punkt końcowy usługi, do którego są stosowane ustawienia konfiguracji odnajdywania.

serviceEndpointElement
ChannelEndpointElement

Nie zaimplementowano.

Dotyczy

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

W przypadku wywołania lub zastąpienia przez klasę pochodną stosuje właściwość ConfigurationProperties w określonym DiscoveryEndpointobiekcie .

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

Punkt końcowy usługi, do którego są stosowane ustawienia konfiguracji odnajdywania.

serviceEndpointElement
ServiceEndpointElement

Nie zaimplementowano.

Dotyczy