ILifeCycleNotificationHelper.OrchestratorTerminatedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The orchestrator was terminated.
public System.Threading.Tasks.Task OrchestratorTerminatedAsync (string hubName, string functionName, string instanceId, string reason);
abstract member OrchestratorTerminatedAsync : string * string * string * string -> System.Threading.Tasks.Task
Public Function OrchestratorTerminatedAsync (hubName As String, functionName As String, instanceId As String, reason As String) 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.
Returns
A task that completes when the lifecycle notification message has been sent.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET