Mono Class Library: System.Threading.Thread Overview | Members

System.Threading.Thread.Join Overloads

The overloads of Join are listed below. For a list of all members, see the Thread Members list.

Public Methods

Join()
Blocks the calling thread until the thread on which this method is invoked terminates.
Join(int) : bool
Blocks the calling thread until the thread on which this method is invoked terminates or the specified time elapses.
Join(TimeSpan) : bool
Blocks the calling thread until the thread on which this method is invoked terminates or the specified time elapses.