DurabilityProvider.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync 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.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync(DurableTask.Core.Query.OrchestrationQuery,System.Threading.CancellationToken)
System.Threading.Tasks.Task<DurableTask.Core.Query.OrchestrationQueryResult> IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync (DurableTask.Core.Query.OrchestrationQuery query, System.Threading.CancellationToken cancellationToken);
abstract member DurableTask.Core.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync : DurableTask.Core.Query.OrchestrationQuery * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.Query.OrchestrationQueryResult>
override this.DurableTask.Core.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync : DurableTask.Core.Query.OrchestrationQuery * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.Query.OrchestrationQueryResult>
Function GetOrchestrationWithQueryAsync (query As OrchestrationQuery, cancellationToken As CancellationToken) As Task(Of OrchestrationQueryResult) Implements IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync
Parâmetros
- query
- DurableTask.Core.Query.OrchestrationQuery
- cancellationToken
- CancellationToken
Retornos
Task<DurableTask.Core.Query.OrchestrationQueryResult>
Implementações
DurableTask.Core.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync(DurableTask.Core.Query.OrchestrationQuery,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