C# Class TrakHound_Server.Service1

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Service1 ( ) : System

Protected Methods

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

Private Methods

Method Description
SetServiceStatus ( IntPtr handle, ServiceStatus &serviceStatus ) : bool

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Service1() public method

public Service1 ( ) : System
return System