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

◆ PromoteDurable()

override bool System.Transactions.TransactionStateDelegated.PromoteDurable ( InternalTransaction tx)
inlinepackagevirtual

Reimplemented from System.Transactions.TransactionStatePromoted.

Definition at line 13 of file TransactionStateDelegated.cs.

14 {
15 tx._durableEnlistment.State.ChangeStateDelegated(tx._durableEnlistment);
16 return true;
17 }

References System.Transactions.InternalTransaction._durableEnlistment, System.Transactions.EnlistmentState.ChangeStateDelegated(), and System.Transactions.InternalEnlistment.State.