What is the basic concept behind WaitHandle in C# .net threading ?

Posted by DotNetBeginner on Stack Overflow See other posts from Stack Overflow or by DotNetBeginner
Published on 2010-03-29T13:10:47Z Indexed on 2010/03/29 13:13 UTC
Read the original article Hit count: 368

Filed under:
|
|
|

What is the basic concept behind WaitHandle in C# .net threading ? Whats is its use ? When to use it ? What is the use of WaitAll and WaitAny methods inside it ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET