set_AutoReset()

Timer::set_AutoReset(bool) method

Sets timer into auto-reset mode or out of it.

void System::Timers::Timer::set_AutoReset(bool autoreset)

Arguments

ParameterTypeDescription
autoresetbooltrue to make timer invoke in a loop, false to stop it after first invocation.

See Also