I have an Windows service.It uses Filewatcher API to watch for any new files and start processing the file.
Suppose If i want to stop the file processing during runtime (Note I want to stop the active file processing)how can I do that from any external windows application.
Note: Already I am communicating with the windows service from the external windows application