R
R A
Hi
I have created a windows service. I need the service to monitor some file
status for any changes in the file size. How can I have the service execute
the monitor function lets say every 10 seconds? do I need to create a
seperate thread for that? I can't use the service events such as OnStart and
others because they are events and I want to constantly monitor the file
size.
Thnaks,
Ron
I have created a windows service. I need the service to monitor some file
status for any changes in the file size. How can I have the service execute
the monitor function lets say every 10 seconds? do I need to create a
seperate thread for that? I can't use the service events such as OnStart and
others because they are events and I want to constantly monitor the file
size.
Thnaks,
Ron