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

Phase0VolatilePrepareDone() private method

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