开发者

TopShelf- difference between ConfigureServiceInIsolation and ConfigureService

开发者 https://www.devze.com 2023-01-07 02:35 出处:网络
Can someone help me understand this topshelf project...m开发者_运维技巧ainly the difference between ConfigureServiceinIsolation and ConfigureService.

Can someone help me understand this topshelf project...m开发者_运维技巧ainly the difference between ConfigureServiceinIsolation and ConfigureService.

http://topshelf-project.com/documentation/getting-started/

It would be nice if someone could point me to some proper documentation about it.

Thanks


ConfigureServiceInIsolation will run your service in a separate AppDomain within the same process. If you are only running one service, just use ConfigureService.

There is a pretty good example on the link you mentioned and we're always looking for people to help document the project. I admit, the documentation isn't the greatest but basics needed to get started are pretty well spelled out I thought.

0

精彩评论

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