Click or drag to resize
ThreadQueueWorkerTItem, TWorkerCheckDuplicity Property
If true, the queue checks the duplicity when inserting items. The duplicity is checked using the default comparer of the item.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual bool CheckDuplicity { get; }

Property Value

Type: Boolean
See Also