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