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

Prepare() public method

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment PreparingEnlistment
return void
            public void Prepare(PreparingEnlistment preparingEnlistment)
            {
                throw new NotImplementedException();
            }
NonMsdtcPromoterTests.DummyDurableEnlistmentSPC