System.Transactions.Phase0VolatileDemultiplexer.InternalCommit C# (CSharp) Метод

InternalCommit() защищенный Метод

protected InternalCommit ( ) : void
Результат void
        protected override void InternalCommit()
        {
            // Respond immediately to the TM
            _promotedEnlistment.EnlistmentDone();

            _transaction.State.ChangeStatePromotedCommitted(_transaction);
        }