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

◆ PromotedToken()

override byte[] System.Transactions.TransactionStatePromotedBase.PromotedToken ( InternalTransaction tx)
inlinepackagevirtualinherited

Reimplemented from System.Transactions.TransactionState.

Definition at line 273 of file TransactionStatePromotedBase.cs.

274 {
275 return tx.promotedToken;
276 }

References System.Transactions.InternalTransaction.promotedToken.