Saturday 21 January 2017

how to create task scheduler in c#

Console Application Using Windows Scheduler


How to do it
As in the preceding scenario we can have multiple solutions for that:
  1. Create a Windows Service, implement your logic and a set timer.
  2. Create a console application and implement your logic, then create a scheduler and refer action as console application .exe file.
  3. Any third-party scheduler like Quartz scheduler.
Here we will explain use of a console application with the Windows Scheduler.



http://www.c-sharpcorner.com/UploadFile/manas1/console-application-using-windows-scheduler/

No comments:

Post a Comment