Terminology in COM used to define a ComComponent that runs in the ThreadNeutralApartment, but still requires serialized access. These components gain performance over SingleThreadedComponents because no thread context switch is required.
See: ComponentObjectModel, ComPlus, ThreadNeutralApartment, SingleThreadedComponent, MultiThreadedApartment, FreeThreadedComponent