开发者

Can I use WCF for communicating (sending message) between 2 applications?

开发者 https://www.devze.com 2023-03-22 12:20 出处:网络
I have a problem rega开发者_如何学JAVArding WCF .Can i do that:- I want to create WCF service,window service & Silverlight Application.And I want to send message(data) fromwindow service to silve

I have a problem rega开发者_如何学JAVArding WCF .Can i do that:-

I want to create WCF service,window service & Silverlight Application.And I want to send message(data) from window service to silverlight application through wcf service.

and vice-versa.Is it possible.

Thanks & Regards,

Vipin Kumar


It is only possible, if the receiving side has a listener that listen for messages then reply as needed to those messages. I think what you are really looking for is a Pub/Sub solution to communicated between two different processes.

0

精彩评论

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