메소드 | 설명 | |
---|---|---|
AddTask ( |
Adds a task to the scheduler
|
|
Dispose ( ) : void | ||
PluginScheduler ( ) : System |
Constructor
|
|
Start ( ) : void |
Start the scheduler polling
|
|
Stop ( ) : void |
Stop the Scheduler from Polling
|
메소드 | 설명 | |
---|---|---|
PollTasks ( object _state ) : void |
Main polling thread
|
public AddTask ( |
||
_delegate | Callback to execute on matching time | |
_state | object | State object to pass to the Callback |
_execute | System.TimeSpan | Timespan when to execute the Callback |
_interval | System.TimeSpan | Interval when to re-execute Callback, if any |
_continuous | bool | Should this Task be continuously rescheduled |
리턴 | void |