Freigeben über


TransactionFlowElement.ApplyConfiguration(BindingElement) Methode

Definition

Übernimmt den Inhalt dieses Bindungskonfigurationsabschnitts auf das angegebene Transaktionsflussbindungselement.

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 beim Umwandeln der Konfigurationselemente in Bindungseinstellungen intern von der Infrastruktur aufgerufen.

Gilt für