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

ILifeCycleNotificationHelper 接口

定义

接口定义生命周期通知的方法。

public interface ILifeCycleNotificationHelper
type ILifeCycleNotificationHelper = interface
Public Interface ILifeCycleNotificationHelper

方法

OrchestratorCompletedAsync(String, String, String, Boolean, Boolean)

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

OrchestratorFailedAsync(String, String, String, String, Boolean)

业务流程协调程序失败。

OrchestratorStartingAsync(String, String, String, Boolean)

业务流程协调程序正在启动。

OrchestratorTerminatedAsync(String, String, String, String)

业务流程协调程序已终止。

适用于