Share via


ILifeCycleNotificationHelper Interface

Definition

Interface defining methods to life cycle notifications.

public interface ILifeCycleNotificationHelper
type ILifeCycleNotificationHelper = interface
Public Interface ILifeCycleNotificationHelper

Methods

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

The orchestrator was completed.

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

The orchestrator was failed.

OrchestratorStartingAsync(String, String, String, Boolean)

The orchestrator was starting.

OrchestratorTerminatedAsync(String, String, String, String)

The orchestrator was terminated.

Applies to