System.Transactions.Tests.NonMsdtcPromoterTests.PSPENonMsdtcEnlistDuringPhase0 C# (CSharp) Метод

PSPENonMsdtcEnlistDuringPhase0() приватный Метод

private PSPENonMsdtcEnlistDuringPhase0 ( bool promote, bool beforePromote, EnlistmentOptions options, EnlistmentOptions secondOptions, bool expectSecondEnlistSuccess ) : void
promote bool
beforePromote bool
options EnlistmentOptions
secondOptions EnlistmentOptions
expectSecondEnlistSuccess bool
Результат void
        public void PSPENonMsdtcEnlistDuringPhase0(
            bool promote, bool beforePromote, EnlistmentOptions options, EnlistmentOptions secondOptions, bool expectSecondEnlistSuccess)
        {
            TestCase_EnlistDuringPrepare(promote, beforePromote, options, secondOptions, expectSecondEnlistSuccess);
        }
NonMsdtcPromoterTests