System.Transactions.VolatileEnlistmentPreparingAborting.Prepared C# (CSharp) Method

Prepared() private method

private Prepared ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void Prepared(InternalEnlistment enlistment)
        {
            // The enlistment has respondend so changes it's state to aborting.
            VolatileEnlistmentAborting.EnterState(enlistment);

            // Process Finished InternalEnlistment
            enlistment.FinishEnlistment();
        }