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: 9.0.0
Syntax
C#
public bool RunInSeparateThread { get; set; }

Property Value

Type: Boolean
See Also