IMcResourceManagerEngineFromCreationOrder Method
|
|
Returns the engine associated with a given creation order.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction EngineFromCreationOrder (
CreationOrder As Integer
) As IMcEngine
Parameters
- CreationOrder
- Type: SystemInt32
The creation order of the engine desired. Asking for creation order
zero will always return the same engine that is exposed as the EngineSingleton property.
A negative creation order is illegal, but positive creation order values that
are not associated with an engine return Nothing without error.
Return Value
Type:
IMcEngineThe engine with the specified creation order.
RemarksThe engine creation order uniquely defines an McEngine instance. The singleton
McEngine instance that runs in the Main, foreground UI thread always has creation order
zero. Other, background engines have positive creation orders.
See Also