TransactionScope Constructor (TransactionScopeOption, TimeSpan)
.NET Framework (current version)
Initializes a new instance of the TransactionScope class with the specified timeout value and requirements.
Assembly: System.Transactions (in System.Transactions.dll)
Parameters
- scopeOption
-
Type:
System.Transactions::TransactionScopeOption
An instance of the TransactionScopeOption enumeration that describes the transaction requirements associated with this transaction scope.
- scopeTimeout
-
Type:
System::TimeSpan
The TimeSpan after which the transaction scope times out and aborts the transaction.
.NET Framework
Available since 2.0
Available since 2.0
TransactionScope Overload
TransactionScope Class
System.Transactions Namespace
Implementing An Implicit Transaction Using Transaction Scope
Show: