Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delay at end of loop
Message
 
To
22/03/2004 15:35:47
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00888635
Message ID:
00888638
Views:
14
>Hello,
>I have a loop that runs until I manually stop it, but I want there to be a 10 second delay at the end of my loop before it goes again. This is in a module also, so a timer isn't going to work either (I don't think). Thanks!
>
>
>MAC

Try with: System.Threading.Sleep(10*1000)
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform