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

CreateBlockingClone() private method

private CreateBlockingClone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void CreateBlockingClone(InternalTransaction tx)
        {
            // A blocking clone simulates a phase 0 volatile
            tx._phase0Volatiles._dependentClones++;
        }