C# Class Yea.Scheduler.Model.HourUnit

Mostrar archivo Open project: OxPatient/Rule-Engine

Private Properties

Property Type Description

Public Methods

Method Description
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 )

Method Details

At() public method

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
return void

HourUnit() public method

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