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

◆ PromotableInternalEnlistment()

System.Transactions.PromotableInternalEnlistment.PromotableInternalEnlistment ( Enlistment enlistment,
InternalTransaction transaction,
IPromotableSinglePhaseNotification promotableSinglePhaseNotification,
Transaction atomicTransaction )
inlinepackage

Definition at line 9 of file PromotableInternalEnlistment.cs.

10 : base(enlistment, transaction, atomicTransaction)
11 {
12 _promotableNotificationInterface = promotableSinglePhaseNotification;
13 }
readonly IPromotableSinglePhaseNotification _promotableNotificationInterface

References System.Transactions.PromotableInternalEnlistment._promotableNotificationInterface.