Events & Windows Service App

  • Thread starter Thread starter Doug Thews
  • Start date Start date
D

Doug Thews

Where are the routines mapped to events in a Windows Service app. I notice
that there's OnStart, OnStop, etc - but I can't find a place where these are
added as event handlers. Are the reserved names for a Windows Service app,
or is there something I'm missing?
 
Nevermind ... I got it. Forgot to check that these routines were part of
the shadowed base class (ServiceBase).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top