How to communicate with a windows service?

后端 未结 7 1447
太阳男子
太阳男子 2020-11-27 04:41

I want to create a windows service that validates data and access it from another windows application, but I\'m new to services and I\'m not sure how to start.

So,

7条回答
  •  清酒与你
    2020-11-27 05:21

    We use Named pipes for this purpose. But our client implemented with C++. If your service and application are implemented in .Net, you can use .Net remoting.

提交回复
热议问题