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

◆ RecoveringInternalEnlistment()

System.Transactions.RecoveringInternalEnlistment.RecoveringInternalEnlistment ( Enlistment enlistment,
IEnlistmentNotification twoPhaseNotifications,
object syncRoot )
inlinepackage

Definition at line 9 of file RecoveringInternalEnlistment.cs.

10 : base(enlistment, twoPhaseNotifications)
11 {
12 _syncRoot = syncRoot;
13 }

References System.Transactions.RecoveringInternalEnlistment._syncRoot.