Class OrchestrationRuntimeStateDump
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
A snapshot / state dump of an OrchestrationRuntimeState's events
public class OrchestrationRuntimeStateDump
- Inheritance
-
OrchestrationRuntimeStateDump
- Inherited Members
Constructors
OrchestrationRuntimeStateDump()
public OrchestrationRuntimeStateDump()
Fields
Events
List of all history events for this runtime state dump
public IList<HistoryEvent> Events
Field Value
NewEvents
List of new events added during an execution for this runtime state dump
public IList<HistoryEvent> NewEvents