Timer Constructor

Initializes a new instance of the Timer class.

Overload List

Name Description
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, TimeSpan, TimeSpan) Initializes a new instance of the Timer class, using TimeSpan values to specify time intervals.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

Timer Class
Timer Members
System.Threading Namespace