EngineManager Class

Provides methods for accessing core application functionality.
Inheritance Hierarchy
SystemObject
  Dundas.BIEngineManager

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class EngineManager

The EngineManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEngineStateGets the status of the Engine.
Top
Methods
 NameDescription
Public methodStatic memberClearCaches Clears all the caches on this instance of the engine, and sends a message to all other servers indicating that their caches should be invalidated as well.
Public methodStatic memberClearCaches(CacheKinds) Clears the specified cache(s) on this instance of the engine, and sends a message to all other servers indicating that their caches should be invalidated as well.
Public methodStatic memberCode exampleCreateEngine(CreateEngineOptions) Creates an IEngine object using the specified options.
Public methodStatic memberCode exampleCreateEngine(String) Creates an IEngine object using the specified parameters.
Public methodStatic memberCreateEngine(String, String, CallerContextService)Obsolete
Public methodStatic memberCreateEngine(String, String, String, CallerContextService)Obsolete
Public methodStatic memberDestroyAndReinitializeAllData Destroys all data in the application database and re-initializes the database.
Public methodStatic memberCode exampleShutdownEngineTerminates the currently running application engine, if one is running.
Public methodStatic memberCode exampleStartEngine Boots up the application engine.
Top
See Also