Click or drag to resize

IMcResourceManagerEngineLocal Property

The IMcEngine instance in use by the calling thread

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

Property Value

Type: IMcEngine
Remarks
User code should never assign to this property, that is done internally. If the caller asks for the local engine before starting work on the thread, EngineLocal exposes a NULL interface with return value of S_FALSE. Asking for the local engine after stopping work on the thread exposes a NULL interface with return value of S_OK.
See Also