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

Phase1VolatilePrepareDone() private method

private Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void Phase1VolatilePrepareDone(InternalTransaction tx)
        {
            // Since the transaction is aborted ignore it.
        }