Skip to content

LocalReminderStarted Constructors

Event payload for when a silo starts a local timer for a reminder instance.

LocalReminderStarted(GrainId, string, object, SiloAddress?)

View source
public LocalReminderStarted(GrainId grainId, string reminderName, object identity, SiloAddress? siloAddress)
Event payload for when a silo starts a local timer for a reminder instance.

Parameters

grainIdGrainId
The grain associated with the reminder.
reminderNamestring
The reminder name.
identityobject
The object reference used to correlate this local reminder instance across lifecycle events.
siloAddressSiloAddress?
The address of the silo handling this reminder.