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
SyntaxProperty EngineThreadId As Integer
Get
Set
Property Value
Type:
Int32
RemarksThe 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