SimpleQueueWorkerT Properties |
The SimpleQueueWorkerT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultInterval |
Default interval of processing cycle.
(Overrides ThreadWorkerTDefaultInterval.) |
![]() | CheckDuplicity |
If true, the queue checks the duplicity when inserting items. The duplicity is checked using the default comparer of the item.
(Inherited from ThreadQueueWorkerTItem, TWorker.) |
![]() | ItemsInQueue |
Return the current number of items in the queue
(Inherited from ThreadQueueWorkerTItem, TWorker.) |
![]() | MaintenanceInterval |
Maintenance interval for turning off the thread.
(Overrides ThreadWorkerTMaintenanceInterval.) |
![]() | PollThread |
Gets or sets thread which is periodically checking for new tasks.
(Inherited from ThreadWorkerT.) |
![]() | ProcessingPaused |
Indicates whether worker routine is temporarily paused.
(Inherited from ThreadWorkerT.) |
![]() | UseLogContext |
If true, the thread uses a log context for its operations
(Inherited from ThreadWorkerT.) |