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

InDoubtFromDtc() private method

private InDoubtFromDtc ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void InDoubtFromDtc(InternalTransaction tx)
        {
            // Getting this event would mean that a PSPE enlistment has told us the
            // transaction outcome.  It is possible that a PSPE enlistment would know
            // the transaction outcome when DTC does not.  So ignore the indoubt
            // notification from DTC.
        }