Code Monkey home page Code Monkey logo

scheduler's Introduction

Scheduler

Windows service Scheduler - Runs ITask type in given dll path fetched from DB Table - Email notifications extended -

STEP 1: Download Folder ApplicationToInstall

STEP 2: Create a C# class Extending TaskBase class in Scheduler.Base.dll

STEP 3: Override Run Method and do any operation that is to be scheduled

STEP 4: Build your project and get the path of .dll of your class

STEP 5: Open database inside the downloaded folder => \Data\ScheduleConfigDB.sdf username sa password admin

STEP 6: Add row in table ScheduleConfigurations with values from columns AssemblyName = "Your dll path" Eg: D:\EmailNotification.dll TypeName = "Your class that extends TaskBase" Eg:EmailNotification.EmailNotificationTask Interval = periodicity in milliseconds Eg: 60000 [1min] DueTime = Elapse time in milliseconds Paused = 0 or 1 CanPause = 0 or 1

scheduler's People

Contributors

9442552055 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.