Table of Contents

Interface IIntervalTimer

Namespace
KZDev.PrimeTime
Assembly
KZDev.PrimeTime.dll

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.