Click or drag to resize
ThreadWorkerT Methods

The ThreadWorkerT generic type exposes the following members.

Methods
  NameDescription
Protected methodCreateThreadSettings
Creates ThreadSettings object and enables the IsBackground and UseEmptyContext properties.
Public methodDispose
Disposes instance of thread worker.
Protected methodDispose(Boolean)
Disposes instance of thread worker.
Protected methodDoMaintenance
Runs the maintenance routine for the worker
Public methodEnsureRunningThread
Ensures a running thread for this processor
Protected methodFinish
Finishes the worker process.
Protected methodInitialize
Initializes the worker. Runs in the worker thread before the thread processes the first iteration.
Public methodIsThreadRunning
Returns true if the worker thread is currently running
Protected methodProcess
Method processing actions.
Protected methodRunProcess
Runs the internal process of the worker
Protected methodStopExecution
Stops the worker after finishing its job.
Top
See Also