wcf什么意思?关于wcf的实例教程


本文摘自PHP中文网,作者零下一度,侵删。

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的实例教程的详细内容!

相关阅读 >>

使用c#操作windowad之添加对象到用户组

catalog service - 解析微软微服务架构实例代码

asp.net通过remoting service上传文件的实例详解

wcf什么意思?关于wcf的实例教程

windows登录功能使用c#实现的示例

把exe注册为windows服务实例教程

详细介绍使用c#实现windows form调用r进行绘图与显示的方法(图)

c#实现windows剪贴板监视器的代码具体介绍

c#编写windows服务程序的图文详解

c#捕获windows关机事件,在系统关机前做一些自己想做的事的示例代码

更多相关阅读请进入《service》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...