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

◆ DurableInternalEnlistment() [1/2]

System.Transactions.DurableInternalEnlistment.DurableInternalEnlistment ( Enlistment enlistment,
Guid resourceManagerIdentifier,
InternalTransaction transaction,
IEnlistmentNotification twoPhaseNotifications,
ISinglePhaseNotification singlePhaseNotifications,
Transaction atomicTransaction )
inlinepackage

Definition at line 9 of file DurableInternalEnlistment.cs.

10 : base(enlistment, transaction, twoPhaseNotifications, singlePhaseNotifications, atomicTransaction)
11 {
12 _resourceManagerIdentifier = resourceManagerIdentifier;
13 }

References System.Transactions.DurableInternalEnlistment._resourceManagerIdentifier.