Skip to content

RunningTimerOption

ZjzMisaka edited this page Sep 17, 2024 · 2 revisions

Properties

The time, in milliseconds, between events.

double Interval;

Occurs when the interval elapses, but only if the thread pool is in the Running state.

Action<RunningTimerElapsedEventArgs> Elapsed;

Clone this wiki locally