Timer
Implements a timer that raises an event at user-defined intervals.
Last updated
Was this helpful?
Implements a timer that raises an event at user-defined intervals.
Last updated
Was this helpful?
The Wisej.NET Timer
component provides client-side timing functionality, raising a Tick
event after the specified Interval
in milliseconds has elapsed. Declare Timer
objects at the class level to maintain scope throughout their needed lifetime.
Configure the Timer
for regular processing by:
Setting the Interval
property (in milliseconds)
Handling the Tick
event for periodic operations
Class name
"wisej.web.Timer"
Source code