1 implementation of Rollback
dotnet (1)
TransactionalAction.cs (1)
45
public void
Rollback
(Enlistment enlistment)
3 references to Rollback
System.Transactions.Local (3)
System\Transactions\DurableEnlistmentState.cs (1)
105
enlistment.SinglePhaseNotification.
Rollback
(enlistment.SinglePhaseEnlistment);
System\Transactions\Enlistment.cs (1)
291
_twoPhaseNotifications.
Rollback
(Enlistment);
System\Transactions\VolatileEnlistmentState.cs (1)
373
enlistment.EnlistmentNotification.
Rollback
(enlistment.SinglePhaseEnlistment);