Thread 等待异步方法执行完成方案:AutoResetEvent.WaitOne()
Thread 等待异步方法执行完成方案:AutoResetEvent.WaitOne() static AutoResetEvent myresetevent = new AutoResetEvent(false); static int number = 0; static void Main(string[] args) ...