|
-
Aug 28th, 2012, 07:31 AM
#5
Re: need help: Adding a pause to my webpage parse function
 Originally Posted by Niya
This is a more compact equivalent:-
vbnet Code:
Threading.Thread.Sleep(d * 1000)
You can't use Thread.Sleep in a background worker (or at least you couldn't last time I looked into it ... I doubt that it's changed, however).
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|