C# Класс Universe.Services.Scheduler

Наследование: Universe.Framework.Services.ConnectorBase, IScheduleService, IService
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EventManager Universe.Framework.Services.ClassHelpers.Other.UniverseEventManager

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

FinishedStartup() публичный Метод

All modules have started up and it is ready to run
public FinishedStartup ( ) : void
Результат void

Initialize() публичный Метод

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
Результат void

Start() публичный Метод

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
Результат void

Описание свойств

EventManager публичное свойство

public UniverseEventManager,Universe.Framework.Services.ClassHelpers.Other EventManager
Результат Universe.Framework.Services.ClassHelpers.Other.UniverseEventManager