[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
RunForever(TimeSpan)
Runs the task forever at a given interval, until manually stopped.
RunForever(TimeSpan, TimeSpan)
Runs the task forever at a given interval after an initial delay, until manually stopped.
RunForever(Object, TimeSpan, TimeSpan)
Runs the task forever at a given interval after an initial delay, until manually stopped.

See Also