如何设置appfabric中invoke方法的超时时间
有时我们会试验这个超时异常: http://msdn.microsoft.com/en-us/library/dd465932.aspx
有人知道在appfabric中哪里可以设置WorkflowInvoker.Invoke的超时参数?这可能吗?
问候。
Sometimes we are experimenting this timeoutexception:
http://msdn.microsoft.com/en-us/library/dd465932.aspx
Someone knows where can I set the timeout parameter for WorkflowInvoker.Invoke in appfabric? Is this possible?
Regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 AppFabric 和 IIS 来托管工作流程,我假设您正在使用工作流程服务。在这种情况下,您不会使用 WorkflowInvoker 而是使用 WorkflowServiceHost 来运行工作流程。
If you are using AppFabric and IIS to host your workflows I am assuming you are using workflow services. In that case you are not using the WorkflowInvoker but the WorkflowServiceHost to run your workflows.