The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TransactionFlowOption Enumeration
.NET Framework (current version)
An enumeration that is used with the TransactionFlowAttribute to specify the transaction flow policy for a service operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Allowed | Transaction may be flowed. | |
| Mandatory | Transaction must be flowed. | |
| NotAllowed | A transaction should not be flowed. This is the default value. |
This enumeration is used to instantiate an instance of the TransactionFlowAttribute class, which is used to mark a service contract method to indicate its transaction flow policy.
.NET Framework
Available since 3.0
Available since 3.0
System.ServiceModel Namespace
Enabling Transaction Flow
Show: