Scheduled Service..
-
I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?
Som
-
I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?
Som
Hope this helps[^] better one[^]
Until you realize this message has nothing to say, its too late to stop reading
modified on Tuesday, April 8, 2008 1:09 AM
-
Hope this helps[^] better one[^]
Until you realize this message has nothing to say, its too late to stop reading
modified on Tuesday, April 8, 2008 1:09 AM
I think I didnt write my post properly.. I dont want to make a windows service.. Since that would be too high on performance.. I want to make a kind of windows scheduler which executes some other program at specified intervals of time (say once in every 3 hours or once weekly).. I know this may be achieved by adding a task to windows scheduler.. So how can I add a task to the windows scheduler programaticaly using C# so that it may run at specified intervals of time?? Any help would be appreciated..
Som
-
I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?
Som
The service applicaion will help you create the scheduled applicaion. First create service applicaiton. This appliciaon relate with your applciaon.Then you can solve the probelm.
Continue...