C# Class Yea.Scheduler.Model.HourUnit

Afficher le fichier Open project: OxPatient/Rule-Engine

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void

HourUnit() public méthode

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