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

返回

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

适用于