C# Class SEServerExtender.Program.WindowsService

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: rexxar-tc/SEServerExtender

Public Methods

Method Description
WindowsService ( ) : System

Protected Methods

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

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

WindowsService() public method

public WindowsService ( ) : System
return System