Click or drag to resize
SynchronizationQueueWorker Properties

The SynchronizationQueueWorker type exposes the following members.

Properties
  NameDescription
Protected propertyCheckDuplicity
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.)
Protected propertyDefaultInterval
Default interval of processing cycle.
(Inherited from SimpleQueueWorkerT.)
Public propertyItemsInQueue
Return the current number of items in the queue
(Inherited from ThreadQueueWorkerTItem, TWorker.)
Protected propertyMaintenanceInterval
Maintenance interval for turning off the thread.
(Inherited from SimpleQueueWorkerT.)
Protected propertyPollThread
Gets or sets thread which is periodically checking for new tasks.
(Inherited from ThreadWorkerT.)
Public propertyProcessingPaused
Indicates whether worker routine is temporarily paused.
(Inherited from ThreadWorkerT.)
Protected propertyUseLogContext
If true, the thread uses a log context for its operations
(Inherited from ThreadWorkerT.)
Top
See Also