ILifeCycleNotificationHelper.OrchestratorFailedAsync Method

Definition

The orchestrator was failed.

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

Parameters

hubName
String

The name of the task hub.

functionName
String

The name of the orchestrator function to call.

instanceId
String

The ID to use for the orchestration instance.

reason
String

Additional data associated with the tracking event.

isReplay
Boolean

The orchestrator function is currently replaying itself.

Returns

A task that completes when the lifecycle notification message has been sent.

Applies to