DurabilityProvider.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)