TransactionScopeAsyncFlowOption Enumeration
[Supported in the .NET Framework 4.5.1 and later versions]
Specifies whether transaction flow across thread continuations is enabled for TransactionScope.
Assembly: System.Transactions (in System.Transactions.dll)
| Member name | Description | |
|---|---|---|
| Enabled | Specifies that transaction flow across thread continuations is enabled. | |
| Suppress | Specifies that transaction flow across thread continuations is suppressed. |
TransactionScopeAsyncFlowOption is configured in the TransactionScope overloads that take a TransactionScopeAsyncFlowOption parameter. Suppress is the default setting if no TransactionScopeAsyncFlowOption is specified.
.NET Framework
Available since 4.5.1
Available since 4.5.1
Show: