EngineCurrent Property

Gets the currently running instance of the application engine.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public static IEngine Current { get; }

Property Value

Type: IEngine
The currently running instance of the application engine.
Exceptions
ExceptionCondition
NoEngineException There is no current engine (likely because EngineManager.CreateEngine has not been called successfully).
See Also