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