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()

通知登记的对象事务正在进行回滚。

适用于