Click or drag to resize
CMSWorkerQueue Properties

The CMSWorkerQueue type exposes the following members.

Properties
  NameDescription
Protected propertyClosed
If true, the queue is already closed.
Protected propertyDuplicities
Table of existing duplicity keys for current queue.
Public propertyStatic memberGlobal
Gets the global worker queue.
Public propertyStatic memberInstance
Gets or sets current worker queue.
Public propertyParameters
Gets or sets parameters of the queue, parameters are indexed by their name.
Public propertyRunInSeparateThread
If true, the worker queue set to run workers synchronously runs in a single separate thread.
Public propertyRunningCount
Number of currently running workers.
Public propertyRunWorkersSynchronously
If true, the worker queue executes the workers one by one synchronously
Public propertyTotalRunningCount
Number of currently running workers from all queues.
Top
See Also