Skip to content

LocalReminderStopped Constructors

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

LocalReminderStopped(GrainId, string, object, LocalReminderStopReason, SiloAddress?)

View source
public LocalReminderStopped(GrainId grainId, string reminderName, object identity, LocalReminderStopReason reason, SiloAddress? siloAddress)
Event payload for when a silo stops 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.
reasonLocalReminderStopReason
The reason the local timer stopped.
siloAddressSiloAddress?
The address of the silo handling this reminder.