"Joe" <jo*****@tlen.plwrote in news:1172459803.180510.292740
@h3g2000cwc.googlegroups.com:
just looking but cannot find anything... anyone have an idea?
System.Threading.Thread.Sleep(milliseconds here).
..NET also has a wide array of other methods to suspend a thread such as
ManualResetEvent and AutoResetEvent classes. These are actually quite neat
if you need to "hold" a thread until sometime else happens.