C# Class Solvberget.WindowsService.LuceneService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: digbib/Solvberget

Méthodes publiques

Méthode Description
LuceneService ( ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
BuildDictionary ( ) : void
InitializeComponent ( ) : void
Listen ( object source, System.Timers.ElapsedEventArgs args ) : void
WriteLogEntry ( string message, EventLogEntryType type = EventLogEntryType.Information ) : void

Method Details

LuceneService() public méthode

public LuceneService ( ) : System
Résultat System

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void