System.Transactions.TransactionStatePromotedAborting.ChangeStateTransactionAborted C# (CSharp) Method

ChangeStateTransactionAborted() private method

private ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e System.Exception
return void
        internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
        {
            // Don't do this yet wait until all of the notifications come back.
        }