System.Transactions.EnlistableStates.CreateAbortingClone C# (CSharp) Method

CreateAbortingClone() private method

private CreateAbortingClone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void CreateAbortingClone(InternalTransaction tx)
        {
            // An aborting clone simulates a phase 1 volatile
            tx._phase1Volatiles._dependentClones++;
        }