🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

DNTScheduler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DNTScheduler

DNTScheduler is a super simple ASP.NET's background tasks runner and scheduler.

1.1.0
Source
NuGet
Version published
Maintainers
1
Created
Source

DNTScheduler

DNTScheduler is a super simple ASP.NET's background tasks runner and scheduler. It's compatible with .NET 4.0+

Usage

  • To start using DNTScheduler package, download its source code from the GitHub (https://github.com/VahidN/DNTScheduler/) and then take a look at these files:
    • How to define a new task: DNTScheduler.TestWebApplication\WebTasks\DoBackupTask.cs
    • How to register it: DNTScheduler.TestWebApplication\WebTasks\ScheduledTasksRegistry.cs
    • How to initialize it: DNTScheduler.TestWebApplication\Global.asax.cs
    • How to get the list of active tasks: DNTScheduler.TestWebApplication\Default.aspx.cs

Keywords

Scheduler

FAQs

Package last updated on 22 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts