IPromotableSinglePhaseNotification.Rollback(SinglePhaseEnlistment) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Avertit un objet inscrit que la transaction est en cours de restauration.
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)
Paramètres
- singlePhaseEnlistment
- SinglePhaseEnlistment
Objet SinglePhaseEnlistment utilisé pour envoyer une réponse au gestionnaire de transactions.
Remarques
Lors de la réception de cette notification, le PSPE doit toujours restaurer sa transaction interne, puis répondre avec la Aborted méthode de rappel sur le singlePhaseEnlistment
paramètre . Si l’environnement PSPE répond avec Committed ou InDoubt, un InvalidOperationException est levée à partir du rappel.