LAUREL BRIDGE

WorkerThread Constructor

DICOM Connectivity Framework V3.4
Constructor with optional data.

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

C#
protected WorkerThread(
	Object data = null
)

Parameters

data (Optional)
Type: SystemObject
Data specific to the worker thread.
See Also

Reference