System.Transactions.Tests.NonMsdtcPromoterTests.DummyDurableEnlistmentSPC.InDoubt C# (CSharp) Méthode

InDoubt() public méthode

public InDoubt ( Enlistment enlistment ) : void
enlistment Enlistment
Résultat void
            public void InDoubt(Enlistment enlistment)
            {
                throw new NotImplementedException();
            }
NonMsdtcPromoterTests.DummyDurableEnlistmentSPC