dCsharp

ThreadClass.Join Method (Int64)

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

public void Join(
   long MiliSeconds
);

Parameters

MiliSeconds
Time of wait in milliseconds

See Also

ThreadClass Class | edu.neu.ccs.demeter.dCsharp Namespace | ThreadClass.Join Overload List