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

InDoubtFromEnlistment() private méthode

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