Click or drag to resize

IMcResourceManagerThreadsOsFactor Property

A number between 0 and 1 defining if and how to modulate the number of threads based on CPU utilization.

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

Property Value

Type: Single
Remarks
0 ignores the CPU utilization, 1 decreases the ThreadsTotalCount with the CPU usage ratio.
See Also