Click or drag to resize

IMcResourceManagerThreadsAllowed Property

The number of threads allowed 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 ThreadsAllowed ( 
	Type As mcThreadType
) As Integer
	Get

Parameters

Type
Type: MediaCy.IQL.EnginemcThreadType

Property Value

Type: Int32
Remarks
mcttTaskThread: ThreadsFree/(1+(TasksQueued-1)*ThreadsQueueFactor) mcttOperatorThread: ThreadsFree/(1+(TasksQueued-1)* ThreadsQueueFactor)
See Also