8[DebuggerDisplay(
"{DisplayString,nq}")]
68 long num = (long)
dueTime.TotalMilliseconds;
73 if (num > 4294967294
u)
82 if (
num2 > 4294967294
u)
118 TimerSetup(callback,
this, uint.MaxValue, uint.MaxValue);
124 if (callback ==
null)
static string ArgumentOutOfRange_PeriodTooLarge
static string ArgumentOutOfRange_NeedNonNegOrNegative1
static string ArgumentOutOfRange_TimeoutTooLarge
readonly TimerQueueTimer _timer
bool Change(uint dueTime, uint period)
static TimerQueue[] Instances
Timer(TimerCallback callback, object? state, int dueTime, int period)
Timer(TimerCallback callback)
bool Change(TimeSpan dueTime, TimeSpan period)
bool Change(uint dueTime, uint period)
bool Change(long dueTime, long period)
static IEnumerable< TimerQueueTimer > AllTimers
Timer(TimerCallback callback, object? state, uint dueTime, uint period)
bool Dispose(WaitHandle notifyObject)
void TimerSetup(TimerCallback callback, object state, uint dueTime, uint period, bool flowExecutionContext=true)
Timer(TimerCallback callback, object? state, TimeSpan dueTime, TimeSpan period)
Timer(TimerCallback callback, object? state, long dueTime, long period)
Timer(TimerCallback callback, object state, int dueTime, int period, bool flowExecutionContext)
bool Change(int dueTime, int period)
delegate void TimerCallback(object? state)