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

Phase1VolatilePrepareDone() private method

private Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void Phase1VolatilePrepareDone(InternalTransaction tx)
        {
            // Ignore this event at the moment.  It can be checked again in Phase1
        }