LAUREL BRIDGE

WorkerThreadJoin Method

DICOM Connectivity Framework V3.4
Join this thread with optional timeout.

Namespace:  LaurelBridge.DCF.Examples.DiningPhilosophers
Assembly:  DiningPhilosophers (in DiningPhilosophers.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public bool Join(
	int timeoutMs = -1
)

Parameters

timeoutMs (Optional)
Type: SystemInt32
Milliseconds to wait, or less than zero for infinite.

Return Value

Type: Boolean
true if thread was joined, else false
See Also

Reference