System.Transactions.InternalEnlistment.IEnlistmentNotificationInternal C# (CSharp) Méthode

IEnlistmentNotificationInternal() private méthode

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