M
MCM14
I need to simply delay the loading of a requested page by 5 seconds. I'm not
that that familiar with threading, so I just want to confirm that what I am
doing is correct please.
In the Load Sub for the page, I have the line:
System.Threading.Thread.Sleep(5000)
I want to make sure that this will only halt the loading of this particular
page - but that other requests to the application will not be stalled. Is
that correct? Or if not, how can I do so?
Thanks.
that that familiar with threading, so I just want to confirm that what I am
doing is correct please.
In the Load Sub for the page, I have the line:
System.Threading.Thread.Sleep(5000)
I want to make sure that this will only halt the loading of this particular
page - but that other requests to the application will not be stalled. Is
that correct? Or if not, how can I do so?
Thanks.