开发者

Is it important to use InitializeLifetimeService for windows service members

开发者 https://www.devze.com 2023-03-16 17:33 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消