C# 클래스 HomeAutomation.Core.Scheduler.ScheduledTaskManager

파일 보기 프로젝트 열기: moszinet/HomeAutomation

공개 메소드들

메소드 설명
ScheduleRealtimeTask ( IScheduledTask task ) : void
ScheduleTask ( IScheduledTask task, int period ) : void

Register a scheduled task.

ScheduledTaskManager ( ) : System.Collections.Generic

메소드 상세

ScheduleRealtimeTask() 공개 메소드

public ScheduleRealtimeTask ( IScheduledTask task ) : void
task IScheduledTask
리턴 void

ScheduleTask() 공개 메소드

Register a scheduled task.
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

ScheduledTaskManager() 공개 메소드

public ScheduledTaskManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic