小兔网

1. Create a windows service project

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

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

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

4. Override OnStart and OnStop method in WindowsServiceHost class

  a. instantiate ServiceHost and open it in Onstart

  b. Close the ServiceHost in Onstop

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

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

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

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

6. Instantiate a CalculatorWindowsService in the Program Main method.

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

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

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

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的实例教程的知识。速戳>>知识兔学习精品课!