TransactionFlowBindingElement 建構函式

定義

初始化 TransactionFlowBindingElement 類別的新執行個體。

多載

TransactionFlowBindingElement()

初始化 TransactionFlowBindingElement 類別的新執行個體。

TransactionFlowBindingElement(TransactionProtocol)

使用用來流動異動的指定通訊協定,初始化 TransactionFlowBindingElement 類別的新執行個體。

TransactionFlowBindingElement()

初始化 TransactionFlowBindingElement 類別的新執行個體。

public:
 TransactionFlowBindingElement();
public TransactionFlowBindingElement ();
Public Sub New ()

適用於

TransactionFlowBindingElement(TransactionProtocol)

使用用來流動異動的指定通訊協定,初始化 TransactionFlowBindingElement 類別的新執行個體。

public:
 TransactionFlowBindingElement(System::ServiceModel::TransactionProtocol ^ transactionProtocol);
public TransactionFlowBindingElement (System.ServiceModel.TransactionProtocol transactionProtocol);
new System.ServiceModel.Channels.TransactionFlowBindingElement : System.ServiceModel.TransactionProtocol -> System.ServiceModel.Channels.TransactionFlowBindingElement
Public Sub New (transactionProtocol As TransactionProtocol)

參數

transactionProtocol
TransactionProtocol

TransactionProtocol 值,其中包含用於流動交易的交易通訊協定。

備註

如需有關選擇要使用之通訊協定的詳細資訊,請參閱 啟用交易流程

適用於