Interfaz IComObjectPoolEvents (comsvcs.h)

Notifica al suscriptor cuando se agrega un nuevo objeto al grupo. También se notifica al suscriptor cuando se obtiene o devuelve un objeto transaccional o no transaccional al grupo. Los eventos se publican en el suscriptor mediante el servicio Eventos COM+ , un sistema de eventos de acoplamiento flexible que almacena información de eventos de diferentes publicadores en un almacén de eventos en el catálogo COM+.

Herencia

La interfaz IComObjectPoolEvents hereda de la interfaz IUnknown . IComObjectPoolEvents también tiene estos tipos de miembros:

Métodos

La interfaz IComObjectPoolEvents tiene estos métodos.

 
IComObjectPoolEvents::OnObjPoolGetFromTx

Se genera cuando se obtiene un objeto transaccional del grupo. (IComObjectPoolEvents.OnObjPoolGetFromTx)
IComObjectPoolEvents::OnObjPoolGetObject

Se genera cuando se obtiene un objeto no transaccional del grupo. (IComObjectPoolEvents.OnObjPoolGetObject)
IComObjectPoolEvents::OnObjPoolPutObject

Se genera cuando se agrega un nuevo objeto al grupo.
IComObjectPoolEvents::OnObjPoolRecycleToTx

Se genera cuando se devuelve un objeto transaccional al grupo. (IComObjectPoolEvents.OnObjPoolRecycleToTx)

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado comsvcs.h

Consulte también

Eventos COM+

Instrumentación COM+