TickStop
class
Namespace: Orleans.Runtime.Diagnostics
Event payload for when a grain timer tick callback has completed.
public sealed class TickStop : TimerEventConstructors
TickStop(IGrainContext, IGrainTimer, Exception?)Event payload for when a grain timer tick callback has completed.
Fields
ExceptionThe exception thrown by the callback, if any.
