System.Transactions.TransactionStatePromotedIndoubt.InDoubtFromEnlistment C# (CSharp) Method

InDoubtFromEnlistment() private method

private InDoubtFromEnlistment ( InternalTransaction tx ) : void
tx InternalTransaction
return 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.
        }