Wait without Timer

  • Thread starter Thread starter Eddie
  • Start date Start date
E

Eddie

How may I wait x seconds before continue execution without using timer and a
loop ?

Thx
 
* "Eddie said:
How may I wait x seconds before continue execution without using timer and a
loop ?

\\\
System.Threading.Thread.Sleep(2000)
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top