System.Transactions.Phase1VolatileDemultiplexer.InternalCommit C# (CSharp) Méthode

InternalCommit() protected méthode

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

            _transaction.State.ChangeStatePromotedCommitted(_transaction);
        }