automatically stopping a Windows Service

  • Thread starter Thread starter caulker
  • Start date Start date
C

caulker

how can a windows service terminate itself?

I have a windows service that reads in configuration settings from an XML
file, but I'd like the service to automatically stop if it doesn't find a
particular element in the XML file.
 
Back
Top