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)
ParameterTypeDescription
autoresetbooltrue to make timer invoke in a loop, false to stop it after first invocation.

See Also