stardv
September 6th, 2005, 03:36 PM
I need to create a cron job that will run on clients PCs. I have done it 2 ways before. One is to use Windows Scheduling and
The other is to use Thread.Timer and create Windows service to run the program that will use thread timer.
I need you opinion please on what cons and pros each method have so I cam choose which one to use for my project
Thank you for any feedback !!!
The other is to use Thread.Timer and create Windows service to run the program that will use thread timer.
I need you opinion please on what cons and pros each method have so I cam choose which one to use for my project
Thank you for any feedback !!!