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

ChangeStatePreparing() private method

private ChangeStatePreparing ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void ChangeStatePreparing(InternalEnlistment enlistment)
        {
            // This enlistment was told to abort before being told to prepare
        }