System.Transactions.TransactionStatePromotedIndoubt.InDoubtFromDtc C# (CSharp) 메소드

InDoubtFromDtc() 개인적인 메소드

private InDoubtFromDtc ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void
        internal override void InDoubtFromDtc(InternalTransaction tx)
        {
            // This call may actually come from multiple sources that race.
            // Since we already took action based on the first notification ignore the
            // others.
        }