Apache Lucene.Net 2.4.0 Class Library API

SupportClass.ThreadClass.Join Method

Blocks the calling thread until a thread terminates

Overload List

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);

See Also

SupportClass.ThreadClass Class | (global) Namespace