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

◆ EnlistPromotableSinglePhase()

override bool System.Transactions.TransactionStatePromotedBase.EnlistPromotableSinglePhase ( InternalTransaction tx,
IPromotableSinglePhaseNotification promotableSinglePhaseNotification,
Transaction atomicTransaction,
Guid promoterType )
inlinepackagevirtualinherited

Reimplemented from System.Transactions.TransactionState.

Definition at line 123 of file TransactionStatePromotedBase.cs.

124 {
125 return false;
126 }