C# 클래스 Yea.Scheduler.Model.HourUnit

파일 보기 프로젝트 열기: OxPatient/Rule-Engine

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
At ( int minutes ) : void

Schedules the specified task to run at the minute specified. If the minute has passed, the task will execute the next hour.

HourUnit ( Schedule schedule, int duration )

메소드 상세

At() 공개 메소드

Schedules the specified task to run at the minute specified. If the minute has passed, the task will execute the next hour.
public At ( int minutes ) : void
minutes int 0-59: Represents the minute of the hour
리턴 void

HourUnit() 공개 메소드

public HourUnit ( Schedule schedule, int duration )
schedule Schedule
duration int