apartment thread <definition>

Microsoft ActiveX Data Objects (ADO)

apartment threading

A COM threading model where all calls to an object occur on one thread. In apartment threading, COM synchronizes and marshals calls. See also COM.