__AggregateEvent

[This is preliminary documentation and subject to change.]

The __AggregateEvent system class is an event type generated when many events are combined into a single event to avoid event flooding. Instances of this class become a summary of a series of events. WQL (WBEM Query Language) event queries enable users to control events.

For more information about using WQL for event processing, see SELECT Statements for Event Notification.

class __AggregateEvent : __IndicationRelated
{
    sint32 NumberOfEvents;
    object Representative;
};
 

Properties

NumberOfEvents
The number of events combined to produce this single summary event.
Representative
A copy of the typical or summary object that becomes the event. This could be a class definition or an instance of any class, but it typically is an instance.