你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILifeCycleNotificationHelper.OrchestratorCompletedAsync 方法

定义

业务流程协调程序已完成。

public System.Threading.Tasks.Task OrchestratorCompletedAsync(string hubName, string functionName, string instanceId, bool continuedAsNew, bool isReplay);
abstract member OrchestratorCompletedAsync : string * string * string * bool * bool -> System.Threading.Tasks.Task
Public Function OrchestratorCompletedAsync (hubName As String, functionName As String, instanceId As String, continuedAsNew As Boolean, isReplay As Boolean) As Task

参数

hubName
String

任务中心的名称。

functionName
String

要调用的业务流程协调程序函数的名称。

instanceId
String

要用于业务流程实例的 ID。

continuedAsNew
Boolean

使用 ContinueAsNew 完成的业务流程,就像在重启过程中一样。

isReplay
Boolean

业务流程协调程序函数当前正在重播自身。

返回

在发送生命周期通知消息时完成的任务。

适用于