Click or drag to resize

IMcEngineEngineThreadId Property

While the engine is in use, returns the ThreadId of the thread using the engine. Minus 1 is returned if the engine is not in use.

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

Property Value

Type: Int32
Remarks
The singleton main engine will always return the same ThreadId until it is being shut down. Do not assign to this property: that is handled internally.
See Also