ITransactionPromoter 인터페이스

정의

필요할 때 MSDTC에서 관리하도록 에스컬레이션할 수 있는 기존 트랜잭션의 위임된 트랜잭션에 대해 설명합니다.

public interface class ITransactionPromoter
public interface ITransactionPromoter
type ITransactionPromoter = interface
Public Interface ITransactionPromoter
파생

설명

리소스 관리자를 구현하려는 경우 인터페이스를 ITransactionPromoter 직접 구현하면 안 됩니다. 대신 이 인터페이스의 ISinglePhaseNotification 단일 Promote 메서드를 상속하는 인터페이스를 구현해야 합니다. 리소스 관리자 구현에 대한 자세한 내용은 Resource Manager 구현을 참조하세요.

메서드

Promote()

위임된 트랜잭션의 에스컬레이션이 요청되었음을 참여한 개체에 알립니다.

적용 대상