ThreadWorkerT Properties |
The ThreadWorkerT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Current |
Current thread worker object
|
![]() | DefaultInterval |
Gets the default interval in milliseconds for the worker.
|
![]() | MaintenanceInterval |
Gets the maintenance interval in milliseconds for the worker. When 0 (default), the maintenance is not performed.
|
![]() | PollThread |
Gets or sets thread which is periodically checking for new tasks.
|
![]() | ProcessingPaused |
Indicates whether worker routine is temporarily paused.
|
![]() | StopRequestToken |
The CancellationToken to be checked if the thread should stop execution.
|
![]() | UseLogContext |
If true, the thread uses a log context for its operations
|