Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RecoveringInternalEnlistment.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
internal
sealed
class
RecoveringInternalEnlistment
:
DurableInternalEnlistment
4
{
5
private
readonly
object
_syncRoot
;
6
7
internal
override
object
SyncRoot
=>
_syncRoot
;
8
9
internal
RecoveringInternalEnlistment
(
Enlistment
enlistment,
IEnlistmentNotification
twoPhaseNotifications,
object
syncRoot)
10
: base(enlistment, twoPhaseNotifications)
11
{
12
_syncRoot
= syncRoot;
13
}
14
}
System.Transactions.DurableInternalEnlistment
Definition
DurableInternalEnlistment.cs:4
System.Transactions.Enlistment
Definition
Enlistment.cs:4
System.Transactions.RecoveringInternalEnlistment._syncRoot
readonly object _syncRoot
Definition
RecoveringInternalEnlistment.cs:5
System.Transactions.RecoveringInternalEnlistment.SyncRoot
override object SyncRoot
Definition
RecoveringInternalEnlistment.cs:7
System.Transactions.RecoveringInternalEnlistment.RecoveringInternalEnlistment
RecoveringInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot)
Definition
RecoveringInternalEnlistment.cs:9
System.Transactions.RecoveringInternalEnlistment
Definition
RecoveringInternalEnlistment.cs:4
System.Transactions.IEnlistmentNotification
Definition
IEnlistmentNotification.cs:4
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
RecoveringInternalEnlistment.cs
Generated by
1.10.0