TickStop(IGrainContext, IGrainTimer, Exception?)
public TickStop(IGrainContext grainContext, IGrainTimer timer, Exception? exception) Event payload for when a grain timer tick callback has completed.
Parameters
grainContextIGrainContext- The grain context that owns the timer.
timerIGrainTimer- The timer instance.
exceptionException?- The exception thrown by the callback, if any.
