Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,
How to call a particular method daily on specific time using windows service? or is there any alternative way to do this?
Actually my functionality is to send reminder by sms and email on specific time daily. please help me... Thanks in advance.....
Posted

1 solution

You could use a console application instead of a windows service and call it using a scheduled task:

http://msdn.microsoft.com/en-us/library/ms438026.aspx[^]

http://windows.microsoft.com/en-US/windows7/schedule-a-task[^]

If the requirement is just to run something based on a schedule it doesn't make sense to reinvent the wheel by implementing your own scheduler for a windows service.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900