Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以从wcf服务函数调用windows应用程序的一个函数吗,整个应用程序的主要目的是:windows服务会检测到一些事件,并会在windows窗体应用程序上显示一些东西,以便用户识别事件。Windows 服务和 Windows 窗体应用程序应该通过 WCF 服务相互通信。
提前致谢。
通常,Web 服务被开发为由客户端调用。
将消息发送到客户端,这是您的情况下的 Windows 窗体应用程序可以完成