c# - about windows services -



have 2 questions:

  1. can windows services register receive sens network events because service stops when try it.
  2. after service onstart() method has been called, if no seperate timer or thread started, service stop ??

note: using c# services implement service

thanx, ab

  1. 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.

  2. no process continues run, if don't have timer or other mechanism invoke code, service won't anything.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -