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