The primary reason is that the browser plugin networking APIs only support
async calls on the UI thread. This means we are blocked from supporting
sync requests on the UI thread. (If we blocked on the UI thread,we would never get the response callback from the browser.) Looking at an API frIEndliness,scenarios,and resourcing priority,we don’t support a “simulated” sync call on a background thread.
即UI线程如果被阻塞的话,是不能得到异步响应结果的。关于这个问题,有一个简单的通过WebRequest异步调用的示例如下
另外:一定要同步得到响应的话,可以通过Silverlight调用JavaScript实现,在JavaScript中使用XMLhttpRequest类即可。
总结以上是内存溢出为你收集整理的SilverLight下用WebRequest异步调用WCF服务全部内容,希望文章能够帮你解决SilverLight下用WebRequest异步调用WCF服务所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)