System.Transactions.TransactionStatePromotedIndoubt.InDoubtFromEnlistment C# (CSharp) Метод

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

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