Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EnlistmentDone()

override void System.Transactions.VolatileEnlistmentPreparing.EnlistmentDone ( InternalEnlistment enlistment)
inlinepackagevirtual

Reimplemented from System.Transactions.EnlistmentState.

Definition at line 26 of file VolatileEnlistmentPreparing.cs.

27 {
28 VolatileEnlistmentState.VolatileEnlistmentDone.EnterState(enlistment);
29 enlistment.FinishEnlistment();
30 }

References System.Transactions.InternalEnlistment.FinishEnlistment(), and System.Transactions.VolatileEnlistmentState.VolatileEnlistmentDone.