Is it important to use InitializeLifetimeService for windows service members
Does I have to set the InitializeLifetime开发者_如何转开发Service
on the members that should be running as long as my application or service is running? by example of my own experience Because I build some services with a timers but the timers stop working after a couple of days.
精彩评论