Table of Contents

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

eventId int

The event id of the history event

input string

The serialized orchestration input

Properties

EventType

Gets the event type

public override EventType EventType { get; }

Property Value

EventType