Engine |
The EngineManager type exposes the following members.
| Name | Description | |
|---|---|---|
| EngineState | Gets the status of the Engine. |
| Name | Description | |
|---|---|---|
| ClearCaches | 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. | |
| ClearCaches(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. | |
| CreateEngine(CreateEngineOptions) | Creates an IEngine object using the specified options. | |
| CreateEngine(String) | Creates an IEngine object using the specified parameters. | |
| CreateEngine(String, String, CallerContextService) | Obsolete | |
| CreateEngine(String, String, String, CallerContextService) | Obsolete | |
| DestroyAndReinitializeAllData | Destroys all data in the application database and re-initializes the database. | |
| ShutdownEngine | Terminates the currently running application engine, if one is running. | |
| StartEngine | Boots up the application engine. |