IPromotableSinglePhaseNotification.Rollback(SinglePhaseEnlistment) メソッド

定義

トランザクションがロールバックされていることを参加オブジェクトに通知します。

public:
 void Rollback(System::Transactions::SinglePhaseEnlistment ^ singlePhaseEnlistment);
public void Rollback(System.Transactions.SinglePhaseEnlistment singlePhaseEnlistment);
abstract member Rollback : System.Transactions.SinglePhaseEnlistment -> unit
Public Sub Rollback (singlePhaseEnlistment As SinglePhaseEnlistment)

パラメーター

singlePhaseEnlistment
SinglePhaseEnlistment

トランザクション マネージャーに応答を送信するために使用する SinglePhaseEnlistment オブジェクト。

注釈

この通知を受信すると、PSPE は常に内部トランザクションをロールバックし、Aborted パラメーターに対して singlePhaseEnlistment コールバック メソッドで応答する必要があります。 PSPE が Committed または InDoubtで応答すると、コールバックから InvalidOperationException がスローされます。

適用対象