Can .NET Ria service push data from server to client?

萝らか妹 提交于 2019-12-11 11:13:51

问题


Can the .NET RIA Service automatically push data to the silverlight client without the client polling the server at all?

I want a feature similiar to wcf duplex polling.


回答1:


Not currently. It's something they are thinking about for version2 apparently.

You can do it with WCF: .WCF Duplex with Silverlight



来源:https://stackoverflow.com/questions/1659062/can-net-ria-service-push-data-from-server-to-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!