Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / C#

Creating Scehduler Service using Windows Services

Rate me:
Please Sign up or sign in to vote.
4.60/5 (19 votes)
20 Feb 2010CPOL3 min read 46.7K   32  
Recently, one of my jobs demanded me to create a windows service for scheduling some tasks without human intervention, all we need to mention those services XML file.Configure the scheduled tasks in an XML file (Tasks.xml)On Service Start, load the tasks configuration from the Tasks.xml file...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Axentis
India India
MCSD, MCTS

Comments and Discussions