The members of System.Threading.Timer are listed below.
See Also: Inherited members from System.MarshalByRefObject
Initializes a new instance of the System.Threading.Timer class with an infinite period and an infinite due time, using the newly created System.Threading.Timer object as the state object. | ||
Initializes a new instance of the Timer class, using a 32-bit signed integer to specify the time interval. | ||
Initializes a new instance of the Timer class, using 64-bit signed integers to measure time intervals. | ||
Initializes a new instance of the Timer class, using TimeSpan values to measure time intervals. | ||
Initializes a new instance of the Timer class, using 32-bit unsigned integers to measure time intervals. |
Change(int, int)
| ||
Change(long, long)
| ||
Change(TimeSpan, TimeSpan)
| ||
Change(uint, uint)
| ||
Dispose()
| ||
Dispose(WaitHandle)
|