Skip to content

TickCompleted Constructors

Event payload for when a reminder tick has completed successfully.

TickCompleted(GrainId, string, TickStatus, SiloAddress?)

View source
public TickCompleted(GrainId grainId, string reminderName, TickStatus status, SiloAddress? siloAddress)
Event payload for when a reminder tick has completed successfully.

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.