• λ我爱Aspx >> Asp.Net >> 线程如何挂起和继续?要使用最新的模式,也就是System.Threading.Monitor
  • 线程如何挂起和继续?要使用最新的模式,也就是System.Threading.Monitor

  • :aspxer  Դ:csdn  :2007-7-6 2:51:38  ؼ:
  • 线程如何挂起和继续?要使用最新的模式,也就是System.Threading.Monitor

    google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";

    如果单纯使用Suspend和Resume会有警告信息,而且以后会停止使用

    警告1“System.Threading.Thread.Suspend()”已过时:“Thread.Suspend has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources. http://go.microsoft.com/fwlink/?linkid=14202”E:\Applications\Automata\CompressionTestingMachine\Source\CompressionTestingMachine\CompressionTestingMachine\frmMain.cs13117CompressionTestingMachine

    警告2“System.Threading.Thread.Resume()”已过时:“Thread.Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources. http://go.microsoft.com/fwlink/?linkid=14202”E:\Applications\Automata\CompressionTestingMachine\Source\CompressionTestingMachine\CompressionTestingMachine\frmMain.cs14717CompressionTestingMachine

    Ҷƪл˵?
  • һƪcheckbox入门问题,麻烦各位
    һƪ学习哪门Web开发语言好?