DurabilityProvider.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- query
- DurableTask.Core.Query.OrchestrationQuery
- cancellationToken
- CancellationToken
戻り値
Task<DurableTask.Core.Query.OrchestrationQueryResult>
実装
DurableTask.Core.Query.IOrchestrationServiceQueryClient.GetOrchestrationWithQueryAsync(DurableTask.Core.Query.OrchestrationQuery,System.Threading.CancellationToken)
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET