标签: wcf windows-phone-8
我正在开发一款Windows手机应用程序。我创建了一个 WCF 应用程序。我添加了Service Reference。我想在其配置中禁用asynchronous operations。默认情况下,它显示我的启用。
Service Reference
asynchronous operations
如何禁用允许生成异步操作?
答案 0 :(得分:3)
由于Silverlight / WP不允许对WCF服务进行同步调用,因此只能生成异步操作。