Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 706 Bytes

Scheduled Actions

nuget nuget

Provides a set of classes that allow to execute an Action on a regular time schedule.

MinutelyAction

Prepares an action that will be executed each X minutes.

HourlyAction

Prepares an action that will be executed each X hours.

DailyAction

Prepares an action that will be executed each X days.

WeeklyAction

Prepares an action that will be executed each X weeks.

MonthlyAction

Prepares an action that will be executed each X months.