System.Transactions.Tests.NonMsdtcPromoterTests.DummyDurableEnlistment.InDoubt C# (CSharp) 메소드

InDoubt() 공개 메소드

public InDoubt ( Enlistment enlistment ) : void
enlistment Enlistment
리턴 void
            public void InDoubt(Enlistment enlistment)
            {
                throw new NotImplementedException();
            }
NonMsdtcPromoterTests.DummyDurableEnlistment