System.Transactions.RecoveringInternalEnlistment.RecoveringInternalEnlistment C# (CSharp) Méthode

RecoveringInternalEnlistment() private méthode

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