System.Transactions.InternalEnlistment.IEnlistmentNotificationInternal C# (CSharp) 메소드

IEnlistmentNotificationInternal() 개인적인 메소드

private IEnlistmentNotificationInternal ( IPromotedEnlistment enlistment ) : void
enlistment IPromotedEnlistment
리턴 void
        void IEnlistmentNotificationInternal.Commit(
            IPromotedEnlistment enlistment
            )
        {
            _promotedEnlistment = enlistment;
            _twoPhaseNotifications.Commit(Enlistment);
        }