System.Transactions.Tests.NonMsdtcPromoterTests.PromotedTx.Commit C# (CSharp) 메소드

Commit() 공개 메소드

public Commit ( ) : void
리턴 void
            public void Commit()
            {
                DtcTxCreator.Trace("PromotedTx.Commit");
                _commitTx.Commit();
                _commitTx = null;
            }
NonMsdtcPromoterTests.PromotedTx