Skip to content

TimerEvent

class

Namespace: Orleans.Runtime.Diagnostics

The base class used for timer diagnostic events.
public abstract class TimerEvent

Fields

  • GrainContext The grain context that owns the timer.
  • Timer The timer associated with the event.