• 技术文章 >后端开发 >C#.Net教程

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

    零下一度零下一度2017-06-23 15:02:37原创1560
    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的实例教程的详细内容,更多请关注php中文网其它相关文章!

    声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
    专题推荐:Service Windows Hosting
    上一篇:net 使用 data.oracleclient 出现的错误 下一篇:C# 并行任务之Parallel类的实例介绍
    php培训_php实战培训【立即报名】-php中文网第20期

    相关文章推荐

    • 【活动】充值PHP中文网VIP即送云服务器• C#学习日记21----封装 与 访问修饰符• C#里partial关键字的作用(转摘) • SUNWEN教程之----C#进阶(五)• C#基础知识整理:基础知识(11) 值类型,引用类型• C# 动态加载Dll
    1/1

    PHP中文网