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: