F
Franky
From the Doc:
Thread.Sleep (Int32) Suspends the current thread for a specified time.
Thread.Sleep (TimeSpan) Blocks the current thread for a specified time.
Do these have the same effect. That is, do the words "Blocks" and Suspends"
mean the same or different things.
Thanks in advance
Thread.Sleep (Int32) Suspends the current thread for a specified time.
Thread.Sleep (TimeSpan) Blocks the current thread for a specified time.
Do these have the same effect. That is, do the words "Blocks" and Suspends"
mean the same or different things.
Thanks in advance