WorkflowControlEndpointElement.OnApplyConfiguration Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Po wywołaniu lub przesłonięciu przez klasę pochodną program konwertuje określony ServiceEndpoint element na punkt końcowy sterowania przepływem pracy.
Przeciążenia
| Nazwa | Opis |
|---|---|
| OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Po wywołaniu lub przesłonięciu przez klasę pochodną program konwertuje określony ServiceEndpoint element na punkt końcowy sterowania przepływem pracy. |
| OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Po wywołaniu lub przesłonięciu przez klasę pochodną program konwertuje określony ServiceEndpoint element na punkt końcowy sterowania przepływem pracy. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
Po wywołaniu lub przesłonięciu przez klasę pochodną program konwertuje określony ServiceEndpoint element na punkt końcowy sterowania przepływem pracy.
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)
Parametry
- endpoint
- ServiceEndpoint
Punkt końcowy usługi, do którego są stosowane ustawienia konfiguracji.
- channelEndpointElement
- ChannelEndpointElement
Nie zaimplementowano.
Dotyczy
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
Po wywołaniu lub przesłonięciu przez klasę pochodną program konwertuje określony ServiceEndpoint element na punkt końcowy sterowania przepływem pracy.
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.
- serviceEndpointElement
- ServiceEndpointElement
Nie zaimplementowano.