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);
        }