DurabilityProvider.WaitForOrchestrationAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
DurableTask.Core.IOrchestrationServiceClient.WaitForOrchestrationAsync(System.String,System.String,System.TimeSpan,System.Threading.CancellationToken)
public System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState> WaitForOrchestrationAsync (string instanceId, string executionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
abstract member WaitForOrchestrationAsync : string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState>
override this.WaitForOrchestrationAsync : string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState>
Public Function WaitForOrchestrationAsync (instanceId As String, executionId As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of OrchestrationState)
Parâmetros
- instanceId
- String
- executionId
- String
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Retornos
Task<DurableTask.Core.OrchestrationState>
Implementações
DurableTask.Core.IOrchestrationServiceClient.WaitForOrchestrationAsync(System.String,System.String,System.TimeSpan,System.Threading.CancellationToken)
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET