EventLogWorker Properties |
The EventLogWorker type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultInterval |
Gets the interval in milliseconds for the worker (default 100ms)
(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.) |
![]() | LastRun |
Last run time
(Inherited from ThreadWorkerT.) |
![]() | MaintenanceInterval |
Gets the maintenance interval in milliseconds (default 10s)
(Overrides ThreadWorkerTMaintenanceInterval.) |
![]() | NextMaintenance |
Next maintenance time
(Inherited from ThreadWorkerT.) |
![]() | PollThread |
Gets or sets thread which is periodically checking for new tasks.
(Inherited from ThreadWorkerT.) |
![]() | UseLogContext |
Use the log context to report status
(Overrides ThreadWorkerTUseLogContext.) |