Click or drag to resize

Timer Constructor

Overload List
  NameDescription
Public methodTimer(Double, Boolean)
Initializes a new instance of the Timer class and starts the timer.
Public methodTimer(Int32, Boolean)
Initializes a new instance of the Timer class and starts the timer.
Public methodTimer(TimeSpan, Boolean)
Initializes a new instance of the Timer class and starts the timer.
Public methodTimer(Double, Boolean, Boolean)
Initializes a new instance of the Timer class.
Public methodTimer(Int32, Boolean, Boolean)
Initializes a new instance of the Timer class.
Public methodTimer(TimeSpan, Boolean, Boolean)
Initializes a new instance of the Timer class.
Top
See Also