Table of Contents

Class GenericEvent

Namespace
DurableTask.Core.History
Assembly
DurableTask.Core.dll

Generic History event

[DataContract]
public class GenericEvent : HistoryEvent, IExtensibleDataObject
Inheritance
GenericEvent
Implements
IExtensibleDataObject
Inherited Members

Constructors

GenericEvent(int, string)

Creates a new GenericEvent with the supplied event id and data

public GenericEvent(int eventId, string data)

Parameters

eventId int

The integer event id

data string

The data for the event

Fields

Data

String data for this event

[DataMember]
public string Data

Field Value

string

Properties

EventType

Gets the event type

public override EventType EventType { get; }

Property Value

EventType