EngineManager Methods |
The EngineManager type exposes the following members.
| 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.
| |
| 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.
|