C# Class Universe.Services.Scheduler

Inheritance: Universe.Framework.Services.ConnectorBase, IScheduleService, IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
EventManager Universe.Framework.Services.ClassHelpers.Other.UniverseEventManager

Méthodes publiques

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

Private Methods

Méthode Description
Exist ( string scdID ) : bool
Get ( string ID ) : SchedulerItem
Get ( string scheduleFor, string fireFunction ) : SchedulerItem
GetFunctionItem ( string fireFunction ) : SchedulerItem
RemoveFireFunction ( string identifier ) : void
RemoveID ( string id ) : void
Save ( SchedulerItem I ) : string

Method Details

FinishedStartup() public méthode

All modules have started up and it is ready to run
public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

Set up and register the module
public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource Config file
registry IRegistryCore Place to register the modules into
Résultat void

Start() public méthode

Load other IService modules now that this is set up
public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource Config file
registry IRegistryCore Place to register and retrieve module interfaces
Résultat void

Property Details

EventManager public_oe property

public UniverseEventManager,Universe.Framework.Services.ClassHelpers.Other EventManager
Résultat Universe.Framework.Services.ClassHelpers.Other.UniverseEventManager