Share via


Thread.Join Method

Blocks the calling thread until the current thread terminates.

Overload List

Name Description
Thread.Join () Blocks the calling thread until the current thread terminates.
Thread.Join (Int32) Blocks the calling thread until the current thread terminates or until a specified amount of time elapses.
Thread.Join (TimeSpan) Blocks the calling thread until the current thread terminates or until a specified amount of time elapses.

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace