T
TG
I have created a .net windows service which polls a
directory for files every so often. I have created a
client service controller application which is used to
set configuration properties for the windows service. But
in this client application i also want to be able to
determine the status of the windows service. Not the
running, paused, or stopped status, but whether the
service is currently processing a file. SO what I ideally
want is for the service to fire and event which the
client can register to everytime the service processes a
file. Is this possible? ANy help on how this could be
acheived would be extremely grateful.
Thanks
T
directory for files every so often. I have created a
client service controller application which is used to
set configuration properties for the windows service. But
in this client application i also want to be able to
determine the status of the windows service. Not the
running, paused, or stopped status, but whether the
service is currently processing a file. SO what I ideally
want is for the service to fire and event which the
client can register to everytime the service processes a
file. Is this possible? ANy help on how this could be
acheived would be extremely grateful.
Thanks
T