IServicePool interface (comsvcs.h)

Used to manage a COM+ object pool.

Inheritance

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

Methods

The IServicePool interface has these methods.

 
IServicePool::GetObject

Retrieves an object from the object pool.
IServicePool::Initialize

Initializes an object pool.
IServicePool::Shutdown

Shuts down an object pool.

Requirements

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

See also

IServicePoolConfig