如何让ma webbrowser独立于System.Thread.Sleep工作?

时间:2016-02-15 22:50:07

标签: c# asp.net sleep

我想加载一个页面,然后停止其他操作进入睡眠状态(时间),但是睡眠后页面加载。如何防止这种情况,并在成功加载页面后进入睡眠命令?

myWebBrowser.Url = new Uri("myadress");
System.Thread.Sleep(10000);
// other instructions...

1 个答案:

答案 0 :(得分:0)

你能写下thread.sleep(1000);在webbroswer的已完成活动中!