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

PromotedTx() public method

public PromotedTx ( CommittableTransaction commitTx ) : System.Diagnostics
commitTx CommittableTransaction
return System.Diagnostics
            public PromotedTx(CommittableTransaction commitTx)
            {
                DtcTxCreator.Trace("PromotedTx constructor");
                _commitTx = commitTx;
            }
NonMsdtcPromoterTests.PromotedTx