ThreadWorkerT Methods |
The ThreadWorkerT generic type exposes the following members.
Name | Description | |
---|---|---|
CreateThreadSettings | ||
Dispose |
Disposes instance of thread worker.
| |
Dispose(Boolean) |
Disposes instance of thread worker.
| |
DoMaintenance |
Runs the maintenance routine for the worker
| |
EnsureRunningThread |
Ensures a running thread for this processor
| |
Finish |
Finishes the worker process.
| |
Initialize |
Initializes the worker. Runs in the worker thread before the thread processes the first iteration.
| |
IsThreadRunning |
Returns true if the worker thread is currently running
| |
Process |
Method processing actions.
| |
RunProcess |
Runs the internal process of the worker
| |
StopExecution |
Stops the worker after finishing its job.
|