Click or drag to resize
CMSWorkerQueueDuplicities Property
Table of existing duplicity keys for current queue.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected SafeDictionary<string, AbstractWorker> Duplicities { get; }

Property Value

Type: SafeDictionaryString, AbstractWorker
See Also