Looking for a simple alternative to Thread.Sleep

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-05-17T08:58:34Z Indexed on 2010/05/17 9:10 UTC
Read the original article Hit count: 216

Filed under:
|
|

HI,

During the development of my app, I was using Thread.Sleep to give our external devices some time to adjust to settings before making queries, as they are quite old and slow.

I now want to replace these with something a bit more stylish and correct.

Does anyone have a simple way to "wait" for a device rather than sleep, bearing in mind the device does not let us know when it is ready, so a wait is about as good as we can do !??

Regards, George.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sleep