ISimpleTransactionSuperior 인터페이스

정의

루트 트랜잭션은 아니지만 MSDTC로 관리하도록 에스컬레이션할 수 있는 트랜잭션을 나타냅니다.

public interface class ISimpleTransactionSuperior : System::Transactions::ITransactionPromoter
public interface ISimpleTransactionSuperior : System.Transactions.ITransactionPromoter
type ISimpleTransactionSuperior = interface
    interface ITransactionPromoter
Public Interface ISimpleTransactionSuperior
Implements ITransactionPromoter
구현

메서드

Promote()

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

(다음에서 상속됨 ITransactionPromoter)
Rollback()

참여한 개체에게 트랜잭션이 롤백 중임을 알립니다.

적용 대상