ISystemAppEventData interface (comsvcs.h)

Notifies the subscriber when a COM+ application instance is created or reconfigured. The application event is published to the subscriber by using the COM+ Events service, a loosely coupled events system that stores event information from different publishers in an event store in the COM+ catalog.

Inheritance

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

Methods

The ISystemAppEventData interface has these methods.

 
ISystemAppEventData::OnDataChanged

Generated when the configuration of a COM+ application instance is changed.
ISystemAppEventData::Startup

Invoked when a COM+ application instance is created.

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+ Events

COM+ Instrumentation