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

◆ EnlistPromotableSinglePhase()

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

Reimplemented from System.Transactions.TransactionStateActive.

Definition at line 44 of file TransactionStateSubordinateActive.cs.

45 {
46 return false;
47 }