System.Transactions.TransactionStatePromotedCommitted.InDoubtFromEnlistment C# (CSharp) Method

InDoubtFromEnlistment() private method

private InDoubtFromEnlistment ( InternalTransaction tx ) : void
tx InternalTransaction
return 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.
        }