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

Overload List

NameDescription
RunOnce()()()()
Runs the task once, as quickly as possible. Callback is invoked from the Scheduler thread.
RunOnce(DateTime)
Runs the task once at a given date. If the given date is in the past, the task is ran immediately.
RunOnce(TimeSpan)
Runs the task once, after a given delay.
RunOnce(Object, DateTime)
Runs the task once at a given date. If the given date is in the past, the task is ran immediately.
RunOnce(Object, TimeSpan)
Runs the task once, after a given delay.

See Also