UdpAnnouncementEndpointElement.OnApplyConfiguration Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
När den anropas eller åsidosättas av en härledd klass konverterar den angivna ServiceEndpoint till en UDP-meddelandeslutpunkt.
Överlagringar
| Name | Description |
|---|---|
| OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
När den anropas eller åsidosättas av en härledd klass konverterar den angivna ServiceEndpoint till en UDP-meddelandeslutpunkt. |
| OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
När den anropas eller åsidosättas av en härledd klass konverterar den angivna ServiceEndpoint till en UDP-meddelandeslutpunkt. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
När den anropas eller åsidosättas av en härledd klass konverterar den angivna ServiceEndpoint till en UDP-meddelandeslutpunkt.
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)
Parametrar
- endpoint
- ServiceEndpoint
Tjänstslutpunkten som konfigurationsinställningarna för UDP-meddelanden tillämpas på.
- serviceEndpointElement
- ChannelEndpointElement
Inte implementerad.
Gäller för
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
När den anropas eller åsidosättas av en härledd klass konverterar den angivna ServiceEndpoint till en UDP-meddelandeslutpunkt.
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)
Parametrar
- endpoint
- ServiceEndpoint
Tjänstslutpunkten som konfigurationsinställningarna för UDP-meddelanden tillämpas på.
- serviceEndpointElement
- ServiceEndpointElement
Inte implementerad.