C# Class WinLog.WinLogService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: pmorton/WinLog Class Usage Examples

Méthodes publiques

Méthode Description
EntryHandeler ( object sender, System.Diagnostics.EntryWrittenEventArgs e ) : void
Start ( string args ) : void
WinLogService ( ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void

Method Details

EntryHandeler() public méthode

public EntryHandeler ( object sender, System.Diagnostics.EntryWrittenEventArgs e ) : void
sender object
e System.Diagnostics.EntryWrittenEventArgs
Résultat void

OnStart() protected méthode

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

Start() public méthode

public Start ( string args ) : void
args string
Résultat void

WinLogService() public méthode

public WinLogService ( ) : System
Résultat System