Click or drag to resize

IMcResourceManagerThreadsTaskFactor Property

A number between 0 and 1 defining how to distribute resources between background engine main threads and operator sub-threads.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property ThreadsTaskFactor As Single
	Get
	Set

Property Value

Type: Single
Remarks
1 means that all free threads are made available to task scheduling, 0 means that all free threads are made available to sub-thread allocation.
See Also