Метод | Описание | |
---|---|---|
ScheduleRealtimeTask ( IScheduledTask task ) : void | ||
ScheduleTask ( IScheduledTask task, int period ) : void |
Register a scheduled task.
|
|
ScheduledTaskManager ( ) : System.Collections.Generic |
public ScheduleRealtimeTask ( IScheduledTask task ) : void | ||
task | IScheduledTask | |
Результат | void |
public ScheduleTask ( IScheduledTask task, int period ) : void | ||
task | IScheduledTask | The task to be scheduled. |
period | int | The period in seconds to wait between the tasks are run. This is not an exact time period, but /// it should be considered at least + best effort. If set to zero or negative, the system will try to execute the task /// as many times as possible. |
Результат | void |
public ScheduledTaskManager ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |