TransactionFlowElement.ApplyConfiguration(BindingElement) Methode

Definitie

Hiermee past u de inhoud van deze bindingsconfiguratiesectie toe op het opgegeven bindingselement voor de transactiestroom.

public:
 override void ApplyConfiguration(System::ServiceModel::Channels::BindingElement ^ bindingElement);
public override void ApplyConfiguration(System.ServiceModel.Channels.BindingElement bindingElement);
override this.ApplyConfiguration : System.ServiceModel.Channels.BindingElement -> unit
Public Overrides Sub ApplyConfiguration (bindingElement As BindingElement)

Parameters

bindingElement
BindingElement

Een bindingselement van het type TransactionFlowBindingElement.

Uitzonderingen

bindingElement is null.

bindingElement is niet van het type TransactionFlowBindingElement.

Opmerkingen

Deze methode wordt intern aangeroepen door de infrastructuur bij het vertalen van de configuratie-elementen in bindingsinstellingen.

Van toepassing op