【发布时间】:2023-03-13 12:27:01
【问题描述】:
在 Azure Functions 项目中,我们可以使用两个接口
IDurableOrchestrationClinet和IDurableOrchestrationContext,对应有CallActivityAsync和StartNewAsync这两个方法,用来启动同一个项目中描述的另一个静态函数。
哪个更可取,它的目的是什么?
【问题讨论】:
标签: .net azure azure-functions
在 Azure Functions 项目中,我们可以使用两个接口
IDurableOrchestrationClinet和IDurableOrchestrationContext,对应有CallActivityAsync和StartNewAsync这两个方法,用来启动同一个项目中描述的另一个静态函数。
哪个更可取,它的目的是什么?
【问题讨论】:
标签: .net azure azure-functions