Share via


DurabilityProvider.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync Method

Definition

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

Parameters

query
DurableTask.Core.Query.OrchestrationQuery
cancellationToken
CancellationToken

Returns

Task<DurableTask.Core.Query.OrchestrationQueryResult>

Implements

DurableTask.Core.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync(DurableTask.Core.Query.OrchestrationQuery,System.Threading.CancellationToken)

Applies to