System.Transactions.Tests.NonMsdtcPromoterTests.DummyDurableEnlistmentSPC.InDoubt C# (CSharp) Method

InDoubt() public method

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