System.Transactions.TransactionStatePromotedCommitted.InDoubtFromDtc C# (CSharp) Метод

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

private InDoubtFromDtc ( InternalTransaction tx ) : void
tx InternalTransaction
Результат 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.
        }