System.Transactions.RecoveringInternalEnlistment.RecoveringInternalEnlistment C# (CSharp) Method

RecoveringInternalEnlistment() private method

private RecoveringInternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
syncRoot object
return System.Diagnostics
        internal RecoveringInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot)
            : base(enlistment, twoPhaseNotifications)
        {
            _syncRoot = syncRoot;
        }
RecoveringInternalEnlistment