C-DEngine 5.105

TheCDEngines Fields

The TheCDEngines type exposes the following members.

Fields


  Name Description
Public field Static member eventAllEnginesReady
Fires when all Engines are Ready RETIRED in V4: please do not use anymore. Will be removed in V5
Public field Static member eventAllEnginesStarted
Fires when All Engines have been started RETIRED in V4: please use TheBaseEngine.WaitForEnginesStarted(). Will be removed in V5
Public field Static member eventEngineShutdown
Fires when the C-DEngine stops all engines
Public field Static member eventNewPluginInstalled
Fires when a new engine was installed and started
Public field Static member eventNewURLReceived
Will be called if an Engine was successfully started with a new URL
Public field Static member MyPluginEngine
A plugin class instantiated in the Host application - used for UWP, iOS and other locked down device types
Public field Static member MyStorageService Obsolete.
Interface to the Current StorageService NOTE: This will be replace by MyIStorageService in V5- please migrate your code to use MyIStorageService