Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的新项目中,我开始开发 WPF 客户端。为了获得更好的单元测试体验,我选择使用同步服务调用。现在我面临的情况是我调用服务的数据量不是那么小,所以调用返回需要一些时间。我不确定是将同步服务调用包装到 TPL 任务中还是应该生成异步服务代理?