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.3.0.1000)
Syntax public static IEngine Current { get; }
Public Shared ReadOnly Property Current As IEngine
Get
public:
static property IEngine^ Current {
IEngine^ get ();
}
static member Current : IEngine with get
Property Value
Type:
IEngine
The currently running instance of the application engine.
Exceptions Exception | Condition |
---|
NoEngineException |
There is no current engine (likely because EngineManager.CreateEngine has not been called successfully).
|
See Also