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 が または InDoubtInvalidOperationExceptionCommitted応答する場合は、 がコールバックからスローされます。

適用対象