Blocks the calling thread until the thread on which this method is invoked terminates or the specified time elapses.
[Edit]
public bool Join (int millisecondsTimeout) |
|
Parameters
- millisecondsTimeout
- A int containing the number of milliseconds to wait for the thread to terminate.
[Edit]
Returns
true if the thread has terminated; false if the
thread has not terminated after millisecondsTimeout
has elapsed.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0