System.Transactions.Tests.NonMsdtcPromoterTests.PromotedTx.Commit C# (CSharp) Method

Commit() public method

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