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

◆ ChangeStatePromoted()

override void System.Transactions.DurableEnlistmentActive.ChangeStatePromoted ( InternalEnlistment enlistment,
IPromotedEnlistment promotedEnlistment )
inlinepackagevirtual

Reimplemented from System.Transactions.EnlistmentState.

Definition at line 25 of file DurableEnlistmentActive.cs.

26 {
27 enlistment.PromotedEnlistment = promotedEnlistment;
28 EnlistmentState.EnlistmentStatePromoted.EnterState(enlistment);
29 }

References System.Transactions.EnlistmentState.EnlistmentStatePromoted.