使用线程的Join方法:

				Thread th = new Thread(Search);
				th.Start();
				th.Join();