Skip to content

LocalReminderTickWaitArmed Constructors

Event payload for when a local reminder has armed the wait for its next tick.

LocalReminderTickWaitArmed(GrainId, string, object, long, SiloAddress?)

View source
public LocalReminderTickWaitArmed(GrainId grainId, string reminderName, object identity, long scheduleVersion, SiloAddress? siloAddress)
Event payload for when a local reminder has armed the wait for its next tick.

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.
scheduleVersionlong
The local schedule version associated with the armed wait.
siloAddressSiloAddress?
The address of the silo handling this reminder.