IServiceThreadPoolConfig interface (comsvcs.h)

Configures the thread pool of the activity object that is returned by calling CoCreateActivity.

Inheritance

The IServiceThreadPoolConfig interface inherits from the IUnknown interface. IServiceThreadPoolConfig also has these types of members:

Methods

The IServiceThreadPoolConfig interface has these methods.

 
IServiceThreadPoolConfig::SelectThreadPool

Selects the thread pool in which the work submitted through the activity is to run.
IServiceThreadPoolConfig::SetBindingInfo

Binds all work submitted by the activity to a single single-threaded apartment.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

CServiceConfig