共用方式為


OrchestrationStatusQueryResult Class

Definition

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.

Applies to