Click or drag to resize

IMcResourceManagerThreadsMissing Property

This property is set to the difference between ThreadsAllowed and the number of threads required in a failed call to ReserveThreads.

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

Parameters

Type
Type: MediaCy.IQL.EnginemcThreadType

Property Value

Type: Int32
Remarks
It switches back to 0 once ReserverThreads succeeds.
See Also