Click or drag to resize

Timer Methods

The Timer type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Disposable.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnTick
Raises the Tick event.
Public methodRestart
Restarts this Timer.
Public methodStatic memberRun(Double, Action)
Runs the specified action repeatedly with the specified interval.
Public methodStatic memberRun(Int32, Action)
Runs the specified action repeatedly with the specified interval.
Public methodStatic memberRun(TimeSpan, Action)
Runs the specified action repeatedly with the specified interval.
Public methodStatic memberRunOnce(Double, Action)
Runs the specified action once after the specified interval.
Public methodStatic memberRunOnce(Int32, Action)
Runs the specified action once after the specified interval.
Public methodStatic memberRunOnce(TimeSpan, Action)
Runs the specified action once after the specified interval.
Public methodToString (Inherited from Object.)
Top
See Also