Click or drag to resize
CMSWorkerQueueRunInSeparateThread Property
If true, the worker queue set to run workers synchronously runs in a single separate thread.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool RunInSeparateThread { get; set; }

Property Value

Type: Boolean
See Also