T
tshad
I have a Thread that is running a FileSystemWatcher in my Windows Service.
If file shows up then I want to handle it around 12:00 that night or 1:00am
the next day.
Is there a timer that I can just pass the time of day to start if a file
shows up in the folder my program is watching, instead of calculating the
difference in time and use either a Timer or Thread.Sleep?
Thanks,
Tom
If file shows up then I want to handle it around 12:00 that night or 1:00am
the next day.
Is there a timer that I can just pass the time of day to start if a file
shows up in the folder my program is watching, instead of calculating the
difference in time and use either a Timer or Thread.Sleep?
Thanks,
Tom