Asp.Net Source HOME » asp.net learning » ASP.NET » Test and Debug » ASP.NET Case Study: Hang on WaitOne, WaitAny or WaitMultiple
Title:

ASP.NET Case Study: Hang on WaitOne, WaitAny or WaitMultiple

Posted At: 12/9/2008
URL: http://blogs.msdn.com/tess/archive/2008/03/12/asp-...
One of the synchronization methods in .NET is the ResetEvent. It comes in two flavors, the AutoResetEvent which resets itself immediately after it is set, and the ManualResetEvent which as the name suggests you have to manually reset.

Comments:


No comments yet