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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also