Blocks the calling thread until a thread terminates.
|
Name
|
Description
|
|
Thread.Join ()
|
Blocks the calling thread until a thread terminates, while continuing to perform standard COM and SendMessage pumping.
Supported by the .NET Compact Framework.
|
|
Thread.Join (Int32)
|
Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping.
Supported by the .NET Compact Framework.
|
|
Thread.Join (TimeSpan)
|
Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping.
|