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

◆ Prepared()

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

Reimplemented from System.Transactions.EnlistmentState.

Definition at line 32 of file VolatileEnlistmentPreparing.cs.

33 {
34 VolatileEnlistmentState.VolatileEnlistmentPrepared.EnterState(enlistment);
35 enlistment.FinishEnlistment();
36 }

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