What is the significance of Thread.Join method in c sharp .net ?

Posted by Techee on Stack Overflow See other posts from Stack Overflow or by Techee
Published on 2010-03-19T10:43:55Z Indexed on 2010/03/19 10:51 UTC
Read the original article Hit count: 114

Filed under:
|

What is the significance of Thread.Join method in c sharp .net ? MSDN says that it blocks the calling thread until a thread terminates. Can anybody explain this with a simple example ?

© Stack Overflow or respective owner

Related posts about threads

Related posts about c#