ThreadQueueWorkerTItem, TWorker Properties |
The ThreadQueueWorkerTItem, TWorker generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultInterval |
Gets the default interval in milliseconds for the worker.
(Inherited from ThreadWorkerT.) |
![]() | CheckDuplicity |
If true, the queue checks the duplicity when inserting items. The duplicity is checked using the default comparer of the item.
|
![]() ![]() | ItemsInQueue |
Return the current number of items in the queue
|
![]() | LastRun |
Last run time
(Inherited from ThreadWorkerT.) |
![]() | MaintenanceInterval |
Gets the maintenance interval in milliseconds for the worker. When 0 (default), the maintenance is not performed.
(Inherited from ThreadWorkerT.) |
![]() | NextMaintenance |
Next maintenance time
(Inherited from ThreadWorkerT.) |
![]() | PollThread |
Gets or sets thread which is periodically checking for new tasks.
(Inherited from ThreadWorkerT.) |
![]() ![]() | ProcessingPaused |
If set to true, tasks from queue will not be processed.
|
![]() | UseLogContext |
If true, the thread uses a log context for its operations
(Inherited from ThreadWorkerT.) |