Click or drag to resize

TimerRunOnce Method

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