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
Fields
Data
String data for this event
[DataMember]
public string Data
Field Value
Properties
EventType
Gets the event type
public override EventType EventType { get; }