Timer
Wisej.Web.Timer
Last updated
Was this helpful?
Wisej.Web.Timer
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Implements a timer that raises an event at user-defined intervals.
Initializes a new instance of the class.
Initializes a new instance of the class together with the specified container.
container
Resets the timer.
Starts the timer.
Stops the timer.
All wisej components implement this interface.
Allows an object to serialize itself.
A that represents the container for the timer.
: Returns or sets whether the timer is running.
: Returns or sets the time, in milliseconds, before the event is raised relative to the last occurrence of the event.
: Returns or sets an arbitrary string representing some type of user state.
Fired when the specified timer interval has elapsed and the timer is enabled.