Interface IIntervalTimer
Registration for an interval timer.
public interface IIntervalTimer : IClockTimer, IDisposable, IAsyncDisposable
- Inherited Members
Properties
- ElapsedTime
Returns the time elapsed since the last callback for this registration.
- IsResetBeforeCallback
Returns whether this repeating registration starts the countdown to the next tick before the current callback completes (ResetIntervalBeforeCallback).
- TimeUntilNextCallback
Returns the time remaining until the next callback for this registration.