System.Transactions.RecoveringInternalEnlistment.RecoveringInternalEnlistment C# (CSharp) 메소드

RecoveringInternalEnlistment() 개인적인 메소드

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