开发者

Inter Process Communication between Silverlight OOB & Non-Silverlight Desktop Application

开发者 https://www.devze.com 2023-03-30 15:01 出处:网络
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

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消