Thread::Join Method
.NET Framework (current version)
Blocks the calling thread until the thread represented by this instance terminates.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Join() | Blocks the calling thread until the thread represented by this instance terminates, while continuing to perform standard COM and SendMessage pumping. |
![]() | Join(Int32) | Blocks the calling thread until the thread represented by this instance terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping. |
![]() | Join(TimeSpan) | Blocks the calling thread until the thread represented by this instance terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping. |
Show:
