C# Class WinLog.WinLogService

Inheritance: System.ServiceProcess.ServiceBase
显示文件 Open project: pmorton/WinLog Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnStart ( string args ) : void

Method Details

EntryHandeler() public method

public EntryHandeler ( object sender, System.Diagnostics.EntryWrittenEventArgs e ) : void
sender object
e System.Diagnostics.EntryWrittenEventArgs
return void

OnStart() protected method

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

Start() public method

public Start ( string args ) : void
args string
return void

WinLogService() public method

public WinLogService ( ) : System
return System