Click or drag to resize

IMcResourceManagerThreadsFree Property

The number of threads available for the given type.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ThreadsFree ( 
	Type As mcThreadType
) As Integer
	Get

Parameters

Type
Type: MediaCy.IQL.EnginemcThreadType

Property Value

Type: Int32
Remarks
mcttTaskThread: (ThreadsTotalCount�ActiveEnginesCount)* ThreadsTaskFactor mcttOperatorThread: (ThreadsTotalCount�ActiveEnginesCount)*(1- ThreadsTaskFactor)
See Also