Skip to content

TickFiring Constructors

Event payload for when a reminder tick is about to fire.

TickFiring(GrainId, string, TickStatus, SiloAddress?)

View source
public TickFiring(GrainId grainId, string reminderName, TickStatus status, SiloAddress? siloAddress)
Event payload for when a reminder tick is about to fire.

Parameters

grainIdGrainId
The grain associated with the reminder.
reminderNamestring
The reminder name.
statusTickStatus
The tick status passed to the grain.
siloAddressSiloAddress?
The address of the silo handling this reminder.