Class TimerReference
Represents a reference to an interval or timeout.
public class TimerReference
- Inheritance
-
TimerReference
- Inherited Members
Properties
IsActive
Gets a value indicating whether the timer is active.
public bool IsActive { get; }
Property Value
Method
Gets the method to be invoked with this timer.
public MethodInfo? Method { get; }
Property Value
NextTick
Gets the time span until the next tick of this timer.
public TimeSpan NextTick { get; }
Property Value
Target
Gets the target on which the timer is invoked.
public object? Target { get; }