System::Timers::Timer::set_AutoReset method
Timer::set_AutoReset method
Sets timer into auto-reset mode or out of it.
void System::Timers::Timer::set_AutoReset(bool autoreset)
Parameter | Type | Description |
---|---|---|
autoreset | bool | true to make timer invoke in a loop, false to stop it after first invocation. |
See Also
- Class Timer
- Namespace System::Timers
- Library Aspose.PUB for C++