ILifeCycleNotificationHelper.OrchestratorCompletedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’orchestrateur a été terminé.
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
Paramètres
- hubName
- String
Le nom du hub de tâches.
- functionName
- String
Nom de la fonction d’orchestrateur à appeler.
- instanceId
- String
ID à utiliser pour l’orchestration instance.
- continuedAsNew
- Boolean
L’orchestration s’est terminée avec ContinueAsNew tel qu’il est dans le processus de redémarrage.
- isReplay
- Boolean
La fonction d’orchestrateur est en cours de relecture.
Retours
Tâche qui se termine lorsque le message de notification de cycle de vie a été envoyé.
S’applique à
Azure SDK for .NET