TransactionFlowBindingElement Class
Represents the configuration element that specifies transaction flow support for a binding. This class cannot be inherited.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This element allows you to enable or disable incoming transaction flow in an endpoint’s binding settings, as well as to specify the desired protocol format for incoming transactions.
Caution: |
|---|
When using the OleTransactions protocol to flow transactions from endpoint to endpoint, the transaction timeout can be lost if the destination endpoint attempts to flow again using any protocol other than OleTransactions. This can cause all down-level nodes after the OleTransactions hop to timeout later than expected. |
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.TransactionFlowBindingElement
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution: