Console Application Using Windows Scheduler
How to do it
As in the preceding scenario we can have multiple solutions for that:
As in the preceding scenario we can have multiple solutions for that:
- Create a Windows Service, implement your logic and a set timer.
- Create a console application and implement your logic, then create a scheduler and refer action as console application .exe file.
- 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