__ExtrinsicEvent

[This is preliminary documentation and subject to change.]

The __ExtrinsicEvent system class serves as an abstract superclass for all user-defined event types. All such events are termed extrinsic events and are supplied to CIMOM by providers and clients. CIMOM never generates these events on its own.

No instances of this class are ever created. This class serves as a base for further subclasses. Note that the user is not permitted to directly derive new event types from __Event, but must derive from __ExtrinsicEvent.

class __ExtrinsicEvent : __Event
{
};
 

Properties

None.

See Also

__IntrinsicEvent