Class TimerFiredEvent
- Namespace
- DurableTask.Core.History
- Assembly
- DurableTask.Core.dll
A history event for a timer firing
[DataContract]
public class TimerFiredEvent : HistoryEvent, IExtensibleDataObject
- Inheritance
-
TimerFiredEvent
- Implements
-
IExtensibleDataObject
- Inherited Members
Constructors
TimerFiredEvent(int)
Creates a new TimerFiredEvent with the supplied event id
public TimerFiredEvent(int eventId)
Parameters
eventId
int
Properties
EventType
Gets the event type
public override EventType EventType { get; }
Property Value
FireAt
Gets or sets datetime to fire
[DataMember]
public DateTime FireAt { get; set; }
Property Value
TimerId
Gets or sets the timer id
[DataMember]
public int TimerId { get; set; }