ITransactionPromoter Interface

Definition

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.

Applies to