TransactionScope Constructor (Transaction, TimeSpan)
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.