ITransactionPromoter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a delegated transaction for an existing transaction that can be escalated to be managed by the MSDTC when needed.
public interface class ITransactionPromoter
public interface ITransactionPromoter
type ITransactionPromoter = interface
Public Interface ITransactionPromoter
- Derived
Remarks
When you want to implement a resource manager, you should not implement the ITransactionPromoter interface directly. Instead, you should implement the ISinglePhaseNotification interface, which inherits the single Promote method of this interface. For more information on implementing a resource manager, see Implementing A Resource Manager.
Methods
Promote() |
Notifies an enlisted object that an escalation of the delegated transaction has been requested. |