问题
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