Method Join
Join()
Blocks the calling thread until a thread terminates
Declaration
public void Join()
Join(Int64)
Blocks the calling thread until a thread terminates or the specified time elapses
Declaration
public void Join(long milliSeconds)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | milliSeconds | Time of wait in milliseconds |
Join(Int64, Int32)
Blocks the calling thread until a thread terminates or the specified time elapses
Declaration
public void Join(long milliSeconds, int nanoSeconds)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | milliSeconds | Time of wait in milliseconds |
System.Int32 | nanoSeconds | Time of wait in nanoseconds |