IComIdentityEvents interface (comsvcs.h)

Notifies the subscriber about an activity that is part of an Internet Information Services (IIS) Active Server Pages (ASP) page. For example, if a COM+ object is invoked in an ASP page, the user would be notified of this activity. The events are published to the subscriber 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 IComIdentityEvents interface inherits from the IUnknown interface. IComIdentityEvents also has these types of members:

Methods

The IComIdentityEvents interface has these methods.

 
IComIdentityEvents::OnIISRequestInfo

Generated when an activity is part of an ASP page.

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