DurabilityProvider.GetOrchestrationStateWithInputsAsync 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.
Obtient l’état de la instance d’orchestration spécifiée.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>> GetOrchestrationStateWithInputsAsync (string instanceId, bool showInput = true);
abstract member GetOrchestrationStateWithInputsAsync : string * bool -> System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>>
override this.GetOrchestrationStateWithInputsAsync : string * bool -> System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>>
Public Overridable Function GetOrchestrationStateWithInputsAsync (instanceId As String, Optional showInput As Boolean = true) As Task(Of IList(Of OrchestrationState))
Paramètres
- instanceId
- String
ID de l’orchestration instance à interroger.
- showInput
- Boolean
Si cette option est définie, récupérez et retournez l’entrée pour l’orchestration instance.
Retours
Retourne une tâche qui se termine lorsque l’état a été extrait.
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