LAUREL BRIDGE

WorkerThreadJoin Method

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

Namespace:  LaurelBridge.DCFExamples.DiningPhilosophers
Assembly:  DiningPhilosophers (in DiningPhilosophers.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
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