Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PromotableInternalEnlistment.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
internal
sealed
class
PromotableInternalEnlistment
:
InternalEnlistment
4
{
5
private
readonly
IPromotableSinglePhaseNotification
_promotableNotificationInterface
;
6
7
internal
override
IPromotableSinglePhaseNotification
PromotableSinglePhaseNotification
=>
_promotableNotificationInterface
;
8
9
internal
PromotableInternalEnlistment
(
Enlistment
enlistment,
InternalTransaction
transaction,
IPromotableSinglePhaseNotification
promotableSinglePhaseNotification,
Transaction
atomicTransaction)
10
: base(enlistment, transaction, atomicTransaction)
11
{
12
_promotableNotificationInterface
= promotableSinglePhaseNotification;
13
}
14
}
System.Transactions.Enlistment
Definition
Enlistment.cs:4
System.Transactions.InternalEnlistment
Definition
InternalEnlistment.cs:8
System.Transactions.InternalTransaction
Definition
InternalTransaction.cs:9
System.Transactions.PromotableInternalEnlistment.PromotableInternalEnlistment
PromotableInternalEnlistment(Enlistment enlistment, InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction)
Definition
PromotableInternalEnlistment.cs:9
System.Transactions.PromotableInternalEnlistment._promotableNotificationInterface
readonly IPromotableSinglePhaseNotification _promotableNotificationInterface
Definition
PromotableInternalEnlistment.cs:5
System.Transactions.PromotableInternalEnlistment.PromotableSinglePhaseNotification
override IPromotableSinglePhaseNotification PromotableSinglePhaseNotification
Definition
PromotableInternalEnlistment.cs:7
System.Transactions.PromotableInternalEnlistment
Definition
PromotableInternalEnlistment.cs:4
System.Transactions.Transaction
Definition
Transaction.cs:9
System.Transactions.IPromotableSinglePhaseNotification
Definition
IPromotableSinglePhaseNotification.cs:4
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
PromotableInternalEnlistment.cs
Generated by
1.10.0