C# 给某个方法设定执行超时时间

ManualResetEvent.WaitOne 方法

http://msdn.microsoft.com/zh-tw/library/system.threading.manualresetevent.waitone(VS.90).aspx

 http://www.cnblogs.com/08shiyan/archive/2011/07/30/2122183.html//设定超时的事件

 

ManualResetEvent和AutoResetEvent的区别

http://www.2cto.com/kf/201007/52946.html

你可能感兴趣的:(C#)