System.Transactions.TransactionStatePromotedNonMSDTCAborted.ChangeStateTransactionAborted C# (CSharp) Méthode

ChangeStateTransactionAborted() private méthode

private ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e Exception
Résultat void
        internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
        {
            // This may come from a promotable single phase enlistments abort response.
        }