Class OrchestratorStartedEvent
- Namespace
- DurableTask.Core.History
- Assembly
- DurableTask.Core.dll
A history event for orchestrator started
[DataContract]
public class OrchestratorStartedEvent : HistoryEvent, IExtensibleDataObject
- Inheritance
-
OrchestratorStartedEvent
- Implements
-
IExtensibleDataObject
- Inherited Members
Constructors
OrchestratorStartedEvent(int)
Creates a new OrchestratorStartedEvent with the supplied parameters
public OrchestratorStartedEvent(int eventId)
Parameters
eventId
intThe event id of the history event
Properties
EventType
Gets the event type
public override EventType EventType { get; }