RunManual() public method

Executes the task once immediately, and suspends (but does not stop). A SchedulerTask object can be reused many times if ran manually.
public RunManual ( ) : SchedulerTask
return SchedulerTask
Example #1
0
 static void RescheduleHeartbeat()
 {
     task.RunManual(TimeSpan.FromMilliseconds(Delay));
 }