System.Transactions.TransactionStatePhase0.Phase1VolatilePrepareDone C# (CSharp) Method

Phase1VolatilePrepareDone() private method

private Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void Phase1VolatilePrepareDone(InternalTransaction tx)
        {
            // Ignore this for now it can be checked again in Phase 1
        }