C# Class Solvberget.WindowsService.LuceneService

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: digbib/Solvberget

Public Methods

Method Description
LuceneService ( ) : System

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method 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 method

public LuceneService ( ) : System
return System

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void