Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Phase1VolatileEnlistment.cs
Go to the documentation of this file.
1namespace System.Transactions;
2
4{
5 public Phase1VolatileEnlistment(Enlistment enlistment, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction)
6 : base(enlistment, transaction, twoPhaseNotifications, singlePhaseNotifications, atomicTransaction)
7 {
8 }
9
15
23}
Phase1VolatileEnlistment(Enlistment enlistment, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction)
virtual void Phase1VolatilePrepareDone(InternalTransaction tx)