|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
FileSystemWatcher question....Is it possible to, when using the FileSystemWatcher control inside a Windows
Service, to only run it at certain times? The company I currently work for wants to have a windows service created that monitors a given directory for new files, but actually only processes the files at a certain time ever hour. Is this possible using this control, or do I have to revert to using a timer control and manually figuring out what the new files are that way? Thank you for your help. -- Scott Hello Scott,
Use a queue. -Boo Show quoteHide quote > Is it possible to, when using the FileSystemWatcher control inside a > Windows Service, to only run it at certain times? > > The company I currently work for wants to have a windows service > created that monitors a given directory for new files, but actually > only processes the files at a certain time ever hour. > > Is this possible using this control, or do I have to revert to using a > timer control and manually figuring out what the new files are that > way? > > Thank you for your help. >
Windows Service, timer doesn't tick
Copy Directory Can forms in different projects reference one another? Transparent attribute for labels VB Guru please explain me how this can work ? split container Help with some research Rendering Vector Images VB.NET 2005 WebClient file download via HTTPS Q: sum of column |
|||||||||||||||||||||||