Click or drag to resize

TimerRun Method

Overload List
  NameDescription
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.
Top
See Also