TransactionFlowElement.ApplyConfiguration(BindingElement) Methode

Definition

Wendet den Inhalt dieses Bindungskonfigurationsabschnitts auf das angegebene Transaktionsflussbindungselement an.

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)

Parameter

bindingElement
BindingElement

Ein Bindungselement vom Typ TransactionFlowBindingElement.

Ausnahmen

bindingElement ist null.

bindingElement ist nicht vom Typ TransactionFlowBindingElement.

Hinweise

Diese Methode wird intern von der Infrastruktur aufgerufen, wenn die Konfigurationselemente in Bindungseinstellungen übersetzt werden.

Gilt für: