TimerFire

Metreos.Providers.TimerFacility.TimerFire

Summary

The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.

Event Parameters
Parameter Name.NET TypeDescription
TimerUserDataSystem.StringThis is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions.
TimerIdSystem.StringThe ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.