GrpcDurableTaskClient.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 override Microsoft.DurableTask.AsyncPageable<Microsoft.DurableTask.Client.OrchestrationMetadata> GetAllInstancesAsync (Microsoft.DurableTask.Client.OrchestrationQuery? filter = default);
override this.GetAllInstancesAsync : Microsoft.DurableTask.Client.OrchestrationQuery -> Microsoft.DurableTask.AsyncPageable<Microsoft.DurableTask.Client.OrchestrationMetadata>
Public Overrides 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.