简体   繁体   English

TopShelf-ConfigureServiceInIsolation和ConfigureService之间的区别

[英]TopShelf- difference between ConfigureServiceInIsolation and ConfigureService

Can someone help me understand this topshelf project...mainly the difference between ConfigureServiceinIsolation and ConfigureService. 有人可以帮我理解这个Topshelf项目...主要是ConfigureServiceinIsolation和ConfigureService之间的区别。

http://topshelf-project.com/documentation/getting-started/ 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. ConfigureServiceInIsolation将在同一过程中的单独AppDomain中运行您的服务。 If you are only running one service, just use ConfigureService. 如果仅运行一项服务,则只需使用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. 我承认,文档不是最好的文档,但是我认为很好地阐明了入门所需的基础知识。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM