C# Class ArchiSteamFarm.Program.Service

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: JustArchi/ArchiSteamFarm

Protected Methods

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

Private Methods

Method Description
Service ( ) : System

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void