.NET System.Timer Question - Event triggered when Timer.Start() is called?
Posted
by mallows98
on Stack Overflow
See other posts from Stack Overflow
or by mallows98
Published on 2010-03-19T00:11:16Z
Indexed on
2010/03/19
0:21 UTC
Read the original article
Hit count: 227
.net-3.5
Hi all,
I just would like to clarify:
When a timer's autostart is set to true, does it execute the elapsed event automatically, or just wait for the elapsed interval then executes the event?
Thank you!
© Stack Overflow or respective owner