ILifeCycleNotificationHelper.OrchestratorStartingAsync 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 commençait.
public System.Threading.Tasks.Task OrchestratorStartingAsync (string hubName, string functionName, string instanceId, bool isReplay);
abstract member OrchestratorStartingAsync : string * string * string * bool -> System.Threading.Tasks.Task
Public Function OrchestratorStartingAsync (hubName As String, functionName As String, instanceId As String, 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 le instance d’orchestration.
- 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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET