IManagedPoolAction interface (comsvcs.h)

Enables an object to be notified before it is released from a COM+ object pool.

Inheritance

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

Methods

The IManagedPoolAction interface has these methods.

 
IManagedPoolAction::LastRelease

Called when a COM+ object pool drops the last reference to the object that implements it.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Object Pooling

IManagedPooledObj