A
Aerodyne
Hi all,
I need a C# windows service to run every few days or so (say every 10
days)... the service starts up automatically w/ WinXP.
What would be the best option to use, System.Timers or System.Threading
& how would I get it to run & start over every 10 days; as in the
number of cycles to sleep or schedule it?
TIA
I need a C# windows service to run every few days or so (say every 10
days)... the service starts up automatically w/ WinXP.
What would be the best option to use, System.Timers or System.Threading
& how would I get it to run & start over every 10 days; as in the
number of cycles to sleep or schedule it?
TIA