c# - about windows services -
have 2 questions:
- can windows services register receive sens network events because service stops when try it.
- after service onstart() method has been called, if no seperate timer or thread started, service stop ??
note: using c# services implement service
thanx, ab
you should able to, i'm not real familiar sens should able (outside of ui related, , that's doable more caveats). 1 thing might want check out user account service running, may need use localservie or localsystem have proper permissions.
no process continues run, if don't have timer or other mechanism invoke code, service won't anything.
Comments
Post a Comment