LAUREL BRIDGE

WorkerThread Class

DICOM Connectivity Framework V3.4
WorkerThread is an abstract base class extended by the Philosopher class to implement thread behavior.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.DiningPhilosophersWorkerThread
    LaurelBridge.DCF.Examples.DiningPhilosophersPhilosopher

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

C#
public abstract class WorkerThread

The WorkerThread type exposes the following members.

Constructors

  NameDescription
Protected methodWorkerThread
Constructor with optional data.
Top
Properties

  NameDescription
Public propertyData
The data passed to this on construction or null.
Public propertyIsAlive
Return true if the worker thread is alive.
Top
Methods

  NameDescription
Public methodJoin
Join this thread with optional timeout.
Protected methodRun
To be implemented by derived threads
Public methodStart
Start the worker thread
Public methodStop
Stop the current thread. Abort causes a ThreadAbortException to be raised within the thread
Top
See Also

Reference