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.
        }