本文介绍了从另一个Windows服务调用Windows服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以在C#中从另一个Windows服务调用Windows服务?我创建了两个Windows服务WindowsService1
和WindowsService2
.我想在WindowsService1
中调用WindowsService2
,这意味着将一个Windows服务调用到另一个Windows服务.请给我一个解决方案.
Is it possible to call windows service from another windows service in C#? I have created two windows services WindowsService1
and WindowsService2
. I want to call WindowsService2
in WindowsService1
, means call one windows service to another windows service. Please give me a solution.
推荐答案
这篇关于从另一个Windows服务调用Windows服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!