TransactionFlowElement.CreateBindingElement 方法

定义

返回一个 TransactionFlowBindingElement 对象,该对象已启用事务流,并使用与当前元素相同的 TransactionProtocol

protected public:
 override System::ServiceModel::Channels::BindingElement ^ CreateBindingElement();
protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement ();
override this.CreateBindingElement : unit -> System.ServiceModel.Channels.BindingElement
Protected Friend Overrides Function CreateBindingElement () As BindingElement

返回

BindingElement

一个 TransactionFlowBindingElement 对象,该对象已启用事务流,并使用与 TransactionProtocol 当前元素相同的。

适用于