i want to write a windows service app.
i’m beginer.
now my question is :if the user loging off what event happen OnStop() or OnShutdown()??
after the user logining what happen OnStart() or OnContinue()??
thanks alot.
i want to write a windows service app. i’m beginer. now my question is
Share
Windows services are not affected by users logging in or out. They run on their own session. Check this out, especially the “Service Lifetime” section.