/ScheduledActions

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

Primary LanguageC#MIT LicenseMIT

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.