System.Transactions.VolatileEnlistmentActive.ChangeStatePreparing C# (CSharp) Method

ChangeStatePreparing() private method

private ChangeStatePreparing ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void ChangeStatePreparing(InternalEnlistment enlistment)
        {
            VolatileEnlistmentPreparing.EnterState(enlistment);
        }