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.
我必须使用包含三个方法的外部 Web 服务:启动作业、检查作业状态、获取作业结果。我可以使用NServiceBus 的Schedule功能来检查 web 服务是否完成了他的工作,或者我应该使用超时的 sagas 吗?
这对我来说听起来像是一个工作流程,所以我会高度考虑使用 Saga。
为什么不使用 Quartz.net 提供一个简单的 Windows 服务?