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

◆ ChangeStatePreparing()

override void System.Transactions.VolatileEnlistmentDone.ChangeStatePreparing ( InternalEnlistment enlistment)
inlinepackagevirtual

Reimplemented from System.Transactions.EnlistmentState.

Definition at line 10 of file VolatileEnlistmentDone.cs.

11 {
12 enlistment.CheckComplete();
13 }

References System.Transactions.InternalEnlistment.CheckComplete().