TransactionScope Constructor (Transaction^, TimeSpan)
.NET Framework (current version)
Initializes a new instance of the TransactionScope class with the specified timeout value, and sets the specified transaction as the ambient transaction, so that transactional work done inside the scope uses this transaction.
Assembly: System.Transactions (in System.Transactions.dll)
Parameters
- transactionToUse
-
Type:
System.Transactions::Transaction^
The transaction to be set as the ambient transaction, so that transactional work done inside the scope uses this transaction.
- 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: