C# Класс Yea.Scheduler.Model.HourUnit

Показать файл Открыть проект

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