The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.
| Parameter Name | .NET Type | Description |
|---|---|---|
| TimerUserData | System.String | This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions. |
| TimerId | System.String | The 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. |