Skip to content

Registered Constructors

Event payload for when a reminder is registered or updated.

Registered(GrainId, string, SiloAddress?)

View source
public Registered(GrainId grainId, string reminderName, SiloAddress? siloAddress)
Event payload for when a reminder is registered or updated.

Parameters

grainIdGrainId
The grain associated with the reminder.
reminderNamestring
The reminder name.
siloAddressSiloAddress?
The address of the silo handling this reminder.