__TimerEvent

[This is preliminary documentation and subject to change.]

The __TimerEvent system class is generated by the CIMOM timer according to the instructions created for it. For more information, see Timer Events.

class __TimerEvent : __IndicationRelated
{
    sint32 NumFirings;
    string TimerId;
};
 

Properties

NumFirings
The number of times the event occurred before delivery. This can occur if the firing interval is much quicker than the ability to deliver the event. In this case, CIMOM automatically merges many timer events into the same event, in a manner similar to what occurs with WM_TIMER messages in Microsoft® Windows® programming.
TimerId
Contains the string identifier, or TimerID property of the timer instruction that caused this event.

See Also

Timer Events