Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PromotableInternalEnlistment.cs
Go to the documentation of this file.
1namespace System.Transactions;
2
4{
6
8
9 internal PromotableInternalEnlistment(Enlistment enlistment, InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction)
10 : base(enlistment, transaction, atomicTransaction)
11 {
12 _promotableNotificationInterface = promotableSinglePhaseNotification;
13 }
14}
PromotableInternalEnlistment(Enlistment enlistment, InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction)
readonly IPromotableSinglePhaseNotification _promotableNotificationInterface
override IPromotableSinglePhaseNotification PromotableSinglePhaseNotification