Timer Constructor (System. Threading) | Microsoft Docs
Timer(TimerCallback) Initializes a new instance of the Timer class with an infinite period and an infinite due time, using the newly created Timer object as the state object. . Timer(TimerCallback, Object, Int32, Int32) Initializes a new instance of the Timer class, using a 32-bit signed integer to specify the time interval. . Timer(TimerCallback, Object, Int64, Int64)
more
|