This documentation is archived and is not being maintained.
TransactionManager Class
Visual Studio 2010
Contains methods used for transaction management. This class cannot be inherited.
Assembly: System.Transactions (in System.Transactions.dll)
The TransactionManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultTimeout | Gets the default timeout interval for new transactions. |
![]() ![]() | HostCurrentCallback | Gets or sets a custom transaction factory. |
![]() ![]() | MaximumTimeout | Gets the default maximum timeout interval for new transactions. |
| Name | Description | |
|---|---|---|
![]() ![]() | RecoveryComplete | Notifies the transaction manager that a resource manager recovering from failure has finished reenlisting in all unresolved transactions. |
![]() ![]() | Reenlist | Reenlists a durable participant in a transaction. |
| Name | Description | |
|---|---|---|
![]() ![]() | DistributedTransactionStarted | Indicates that a distributed transaction has started. |
This class contains static properties and methods used to obtain information about the default transaction options. It also contains several static methods used for recovery of a durable resource when the durable resource fails. No special action is required of a durable resource if the Microsoft Distributed Transaction Coordinator (MSDTC) fails.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
