Windows service that will run every hour.

Posted by user177883 on Stack Overflow See other posts from Stack Overflow or by user177883
Published on 2010-04-07T02:43:37Z Indexed on 2010/04/07 2:53 UTC
Read the original article Hit count: 864

Filed under:
|
|
|

I m able to build a windows service and install it.

I m curious how can i run this service every hour ? I want it to run every hour periodically.

I also need to know the hour range that it s running so that I can store it somewhere.

How can i do that?

Edit : This service will be installed on many machines, therefore, I dont want to create a scheduled task say on 100 servers.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET