Lucene.Net 1.4.3 Class Library

SupportClass.ThreadClass.Join Method (Int64, Int32)

Blocks the calling thread until a thread terminates or the specified time elapses

public void Join(
   long MiliSeconds,
   int NanoSeconds
);

Parameters

MiliSeconds
Time of wait in milliseconds
NanoSeconds
Time of wait in nanoseconds

See Also

SupportClass.ThreadClass Class | (global) Namespace | SupportClass.ThreadClass.Join Overload List