Blocks the calling thread until a thread terminates
Blocks the calling thread until a thread terminates
public void Join();
Blocks the calling thread until a thread terminates or the specified time elapses
public void Join(long);
Blocks the calling thread until a thread terminates or the specified time elapses
public void Join(long,int);