Timer
Wisej.Web.Timer
Last updated
Was this helpful?
Wisej.Web.Timer
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Implements a timer that raises an event at user-defined intervals.
Initializes a new instance of the Timer class.
Initializes a new instance of the Timer class together with the specified container.
Boolean: Returns or sets whether the timer is running. (Default: False
)
Int32: Returns or sets the time, in milliseconds, before the Tick event is raised relative to the last occurrence of the Tick event. (Default: 1000
)
Object: Returns or sets an arbitrary string representing some type of user state. (Default: null
)
Disposes of the resources, other than memory, used by the timer.
Fires the Tick event.
Processes the event from the client.
Renders the client component.
Resets the timer.
Starts the timer.
Stops the timer.
EventHandler Fired when the specified timer interval has elapsed and the timer is enabled.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.