System.Transactions.TransactionStatePromotedIndoubt.InDoubtFromDtc C# (CSharp) Méthode

InDoubtFromDtc() private méthode

private InDoubtFromDtc ( InternalTransaction tx ) : void
tx InternalTransaction
Résultat 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.
        }