TransactionFlowElement.CreateBindingElement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 当前元素相同的。