System::Timers::Timer::get_AutoReset method

Timer::get_AutoReset method

Checks if timer is in auto-reset mode.

bool System::Timers::Timer::get_AutoReset() const

ReturnValue

true if timer invokes in a loop, false if it stops after first invocation.

See Also