System.Transactions.InternalEnlistment.IEnlistmentNotificationInternal C# (CSharp) Method

IEnlistmentNotificationInternal() private method

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