Class ContinueAsNewEvent
- Namespace
- DurableTask.Core.History
- Assembly
- DurableTask.Core.dll
A history event for continue-as-new
[DataContract]
public class ContinueAsNewEvent : ExecutionCompletedEvent, IExtensibleDataObject
- Inheritance
-
ContinueAsNewEvent
- Implements
-
IExtensibleDataObject
- Inherited Members
Constructors
ContinueAsNewEvent(int, string)
Creates a new ExecutionStartedEvent with the supplied parameters
public ContinueAsNewEvent(int eventId, string input)
Parameters
Properties
EventType
Gets the event type
public override EventType EventType { get; }