ITransactionPromoter Interface
.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. |
Describes a delegated transaction for an existing transaction that can be escalated to be managed by the MSDTC when needed.
Assembly: System.Transactions (in System.Transactions.dll)
Name | Description | |
---|---|---|
![]() | Promote() | Notifies an enlisted object that an escalation of the delegated transaction has been requested. |
When you want to implement a resource manager, you should not implement the ITransactionPromoter interface directly. Instead, you should implement ISinglePhaseNotification inteface which inherits the single Promote method of this interface. For more information on implementing a resource manager, see Implementing A Resource Manager.
.NET Framework
Available since 2.0
Available since 2.0
Show: