System.Transactions.TransactionStatePromotedAborted.InDoubtFromEnlistment C# (CSharp) Метод

InDoubtFromEnlistment() приватный Метод

private InDoubtFromEnlistment ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void
        internal override void InDoubtFromEnlistment(InternalTransaction tx)
        {
            // In this case DTC has told us the outcome but a PSPE enlistment
            // is telling us that it does not know the outcome of the transaction.
            // So ignore the notification from the enlistment.
        }