
Public Member Functions | |
| Boolean | Shutdown () |
| void | Pause () |
| void | UnPause () |
| Boolean | Start () |
| Boolean | Stop () |
| Boolean | AddRunnable (IRunnable runnable, String runnable_name) |
| IRunnable | GetRunnable (String runnable_name) |
| Boolean | RemoveRunnableById (String runnable_id) |
| Boolean | RemoveRunnable (IRunnable runnable) |
| Boolean | Initialize (IApplicationContext in_context) |
Properties | |
| int | ReadyState [get] |
| string | InstanceId [get] |
| Boolean | IsRunning [get] |
| Boolean | IsPaused [get] |
| IApplicationContext | ApplicationContext [get] |
| Boolean Core.Interfaces.IRuntime.Shutdown | ( | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| void Core.Interfaces.IRuntime.Pause | ( | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| void Core.Interfaces.IRuntime.UnPause | ( | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.Start | ( | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.Stop | ( | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.AddRunnable | ( | IRunnable | runnable, | |
| String | runnable_name | |||
| ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| IRunnable Core.Interfaces.IRuntime.GetRunnable | ( | String | runnable_name | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.RemoveRunnableById | ( | String | runnable_id | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.RemoveRunnable | ( | IRunnable | runnable | ) |
Implemented in Core.ComponentRuntime.
| Boolean Core.Interfaces.IRuntime.Initialize | ( | IApplicationContext | in_context | ) |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
int Core.Interfaces.IRuntime.ReadyState [get] |
Implemented in Core.ComponentRuntime.
string Core.Interfaces.IRuntime.InstanceId [get] |
Implemented in Core.ComponentRuntime.
Boolean Core.Interfaces.IRuntime.IsRunning [get] |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
Boolean Core.Interfaces.IRuntime.IsPaused [get] |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.
IApplicationContext Core.Interfaces.IRuntime.ApplicationContext [get] |
Implemented in Core.ComponentRuntime, and Core.ComponentRuntime.