Skip to content

igece/ScheduledActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled Actions

nuget nuget

Provides a set of classes that allow to execute one or several Action instances on a regular time schedule. If more than one Action instances are passed to a class, they will be executed sequentially.

Installation

Using NuGet package manager console:

Install-Package ScheduledActions

Using .NET CLI:

dotnet add package ScheduledActions

Usage

Please Note: All these classes implements the IDisposable interface, so any instance must be properly disposed when no longer needed.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages