IManagedPooledObj interface (comsvcs.h)

Describes how a managed object is used in the COM+ object pool.

Inheritance

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

Methods

The IManagedPooledObj interface has these methods.

 
IManagedPooledObj::SetHeld

Sets whether the managed object should go back into the COM+ object pool.

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

COM+ Object Pooling

IManagedPoolAction