System.Threading.Timer: Constructor Members

The constructors of System.Threading.Timer are listed below. For a list of all members, see the Timer Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

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.