Ejemplo n.º 1
0
        private ICmObject RealKeyObject()
        {
            var temp = m_item.GetObject(m_repo);

            m_item = temp;             // locking not needed, all threads will update to same thing
            return(temp);
        }