TransactionManager::DefaultTimeout Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the default timeout interval for new transactions.
Assembly: System.Transactions (in System.Transactions.dll)
The timeout interval of a transaction is the time within which the transaction must be completed. If the transaction manager has not heard from all transaction participants within the timeout interval, it aborts the transaction.
This value can be set in the DefaultSettingsSection of the config file.
.NET Framework
Available since 2.0
Available since 2.0
Show: