TransactionFlowBindingElement Constructors

Definition

Initializes a new instance of the TransactionFlowBindingElement class.

Overloads

TransactionFlowBindingElement()

Initializes a new instance of the TransactionFlowBindingElement class.

TransactionFlowBindingElement(TransactionProtocol)

Initializes a new instance of the TransactionFlowBindingElement class with the specified protocol that is used to flow a transaction.

TransactionFlowBindingElement()

Initializes a new instance of the TransactionFlowBindingElement class.

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

Applies to

TransactionFlowBindingElement(TransactionProtocol)

Initializes a new instance of the TransactionFlowBindingElement class with the specified protocol that is used to flow a transaction.

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)

Parameters

transactionProtocol
TransactionProtocol

A TransactionProtocol value that contains the transaction protocol used in flowing a transaction.

Remarks

For more information about choosing the protocol to be used, see Enabling Transaction Flow.

Applies to