Свойство | Type | Description | |
---|---|---|---|
EventManager |
Méthode | Description | |
---|---|---|
FinishedStartup ( ) : void |
All modules have started up and it is ready to run
|
|
Initialize ( IConfigSource config, IRegistryCore registry ) : void |
Set up and register the module
|
|
Start ( IConfigSource config, IRegistryCore registry ) : void |
Load other IService modules now that this is set up
|
Méthode | Description | |
---|---|---|
Exist ( string scdID ) : bool | ||
Get ( string ID ) : |
||
Get ( string scheduleFor, string fireFunction ) : |
||
GetFunctionItem ( string fireFunction ) : |
||
RemoveFireFunction ( string identifier ) : void | ||
RemoveID ( string id ) : void | ||
Save ( |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | Config file |
registry | IRegistryCore | Place to register the modules into |
Résultat | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | Config file |
registry | IRegistryCore | Place to register and retrieve module interfaces |
Résultat | void |