DurableTaskClient.GetAllInstancesAsync(OrchestrationQuery) 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.
Queries orchestration instances.
public abstract Microsoft.DurableTask.AsyncPageable<Microsoft.DurableTask.Client.OrchestrationMetadata> GetAllInstancesAsync (Microsoft.DurableTask.Client.OrchestrationQuery? filter = default);
abstract member GetAllInstancesAsync : Microsoft.DurableTask.Client.OrchestrationQuery -> Microsoft.DurableTask.AsyncPageable<Microsoft.DurableTask.Client.OrchestrationMetadata>
Public MustOverride Function GetAllInstancesAsync (Optional filter As OrchestrationQuery = Nothing) As AsyncPageable(Of OrchestrationMetadata)
Parameters
- filter
- OrchestrationQuery
Filters down the instances included in the query.
Returns
An async pageable of the query results.