IMtsEventInfo interface (comsvcs.h)

Describes user-defined events. 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 IMtsEventInfo interface inherits from the IDispatch interface. IMtsEventInfo also has these types of members:

Methods

The IMtsEventInfo interface has these methods.

 
IMtsEventInfo::get_Count

Retrieves the number of data values from the object.
IMtsEventInfo::get_DisplayName

Retrieves the display name of the object.
IMtsEventInfo::get_EventID

Retrieves the event identifier of the object.
IMtsEventInfo::get_Names

Retrieves an enumerator for the names of the data values.
IMtsEventInfo::get_Value

Retrieves the value of the specified user-defined event.

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