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

トランザクションのロールバック中であることを参加オブジェクトに通知します。

適用対象