Udostępnij za pośrednictwem


AnnouncementEndpointElement.OnApplyConfiguration Metoda

Definicja

W przypadku wywoływania lub zastępowania przez klasę pochodną konwertuje określony element ServiceEndpoint na punkt końcowy anonsu.

Przeciążenia

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

W przypadku wywoływania lub zastępowania przez klasę pochodną konwertuje określony element ServiceEndpoint na punkt końcowy anonsu.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

W przypadku wywoływania lub zastępowania przez klasę pochodną konwertuje określony element ServiceEndpoint na punkt końcowy anonsu.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

W przypadku wywoływania lub zastępowania przez klasę pochodną konwertuje określony element ServiceEndpoint na punkt końcowy anonsu.

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 anonsu.

serviceEndpointElement
ChannelEndpointElement

Nie używany.

Dotyczy

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

W przypadku wywoływania lub zastępowania przez klasę pochodną konwertuje określony element ServiceEndpoint na punkt końcowy anonsu.

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 anonsu.

serviceEndpointElement
ServiceEndpointElement

Nie używany.

Dotyczy