Silverlight OOB 和 Silverlight 之间的进程间通信非 Silverlight 桌面应用程序
我安装了 Silverlight OOB
应用程序,并且我想从任何非 silverlight 桌面应用程序
发送消息
到此应用程序(让此应用程序为任何 WinForms
或 Console
应用程序)。我怎样才能实现这个目标?
I have a Silverlight OOB
Application installed, and I want to send messages
to this application from any non-silverlight desktop application
(Let this application be any WinForms
, or Console
Application). How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于查看此旧线程的任何人,您可以使用 http 轮询创建双工 wcf 服务。从任何应用程序调用该服务,silverlight客户端可以注册为回调,然后直接从服务器接收消息。
更多阅读:
http://msdn.microsoft.com /en-us/library/cc645027(v=vs.95).aspx
For anyone looking over this old thread, you can create a duplex wcf service using http polling. Call the service from any application, the silverlight client can be registered as a callback and then receive messages directly from the server.
More reading:
http://msdn.microsoft.com/en-us/library/cc645027(v=vs.95).aspx