Loading...
Searching...
No Matches
◆ change() [2/4]
void xtd::threading::timer::change |
( |
int64 |
due_time, |
|
|
int64 |
period |
|
) |
| |
changes the start time and the interval between method invocations for a timer, using 64-bit signed integers to measure time intervals.
- Parameters
-
due_time | The amount of time to delay before callback is invoked, in milliseconds. Specify Timeout::Infinite to prevent the timer from starting. Specify zero (0) to start the timer immediately. |
period | The time interval between invocations of callback, in milliseconds. Specify Timeout::Infinite to disable periodic signaling. |
- Exceptions
-