我是靠谱客的博主 精明芒果,这篇文章主要介绍wcf什么意思?关于wcf的实例教程,现在分享给大家,希望可以做个参考。

1. Create a windows service project

2. Add Reference to the assembly which contains the contract and its implementation.

3. Remove the Service1.cs, add a new Windows Service class and name it to CalculatorWindowsService

4. Override OnStart and OnStop method in WindowsServiceHost class

  a. instantiate ServiceHost and open it in Onstart

  b. Close the ServiceHost in Onstop

5. Create a Installer class to allow the exe to be installed as windows service

6. Instantiate a CalculatorWindowsService in the Program Main method.

7. Edit App.config and add configuration info for the service

8. Build Project and execute installutil.exe /i WindowsServiceHost.exe to install the service.

9. Open services.msc and start the service.

以上就是wcf什么意思?关于wcf的实例教程的详细内容,更多请关注靠谱客其它相关文章!

最后

以上就是精明芒果最近收集整理的关于wcf什么意思?关于wcf的实例教程的全部内容,更多相关wcf什么意思?关于wcf内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(85)

评论列表共有 0 条评论

立即
投稿
返回
顶部