OrchestrationStatusQueryResult Class
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.
The status of all orchestration instances with paging for a given query.
public class OrchestrationStatusQueryResult
type OrchestrationStatusQueryResult = class
Public Class OrchestrationStatusQueryResult
- Inheritance
-
OrchestrationStatusQueryResult
Constructors
OrchestrationStatusQueryResult() |
Properties
ContinuationToken |
Gets or sets a token that can be used to resume the query with data not already returned by this query. |
DurableOrchestrationState |
Gets or sets a collection of statuses of orchestration instances matching the query description. |