System.Transactions.Phase1VolatileDemultiplexer.InternalCommit C# (CSharp) Method

InternalCommit() protected method

protected InternalCommit ( ) : void
return void
        protected override void InternalCommit()
        {
            // Respond immediately to the TM
            _promotedEnlistment.EnlistmentDone();

            _transaction.State.ChangeStatePromotedCommitted(_transaction);
        }