Timer Constructor |
| Name | Description | |
|---|---|---|
| Timer(Double, Boolean) |
Initializes a new instance of the Timer class and starts the timer.
| |
| Timer(Int32, Boolean) |
Initializes a new instance of the Timer class and starts the timer.
| |
| Timer(TimeSpan, Boolean) |
Initializes a new instance of the Timer class and starts the timer.
| |
| Timer(Double, Boolean, Boolean) |
Initializes a new instance of the Timer class.
| |
| Timer(Int32, Boolean, Boolean) |
Initializes a new instance of the Timer class.
| |
| Timer(TimeSpan, Boolean, Boolean) |
Initializes a new instance of the Timer class.
|