ILifeCycleNotificationHelper.OrchestratorCompletedAsync 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 completed.
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
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.
- continuedAsNew
- Boolean
The orchestration completed with ContinueAsNew as is in the process of restarting.
- isReplay
- Boolean
The orchestrator function is currently replaying itself.
Returns
A task that completes when the lifecycle notification message has been sent.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET