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

◆ EnlistmentDone()

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

Reimplemented from System.Transactions.EnlistmentState.

Definition at line 10 of file VolatileEnlistmentActive.cs.

11 {
12 VolatileEnlistmentState.VolatileEnlistmentDone.EnterState(enlistment);
13 enlistment.FinishEnlistment();
14 }

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