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