C# Class FOG.FOGSystemService

Inheritance: AbstractService
Datei anzeigen Open project: FOGProject/fog-client

Protected Methods

Method Description
GetLoopData ( ) : Response
GetModules ( ) : IModule[]
GetSleepTime ( ) : int?
Load ( ) : void
ModuleLooper ( ) : void
Unload ( ) : void

Private Methods

Method Description
Authenticate ( ) : void
CleanTmpFolder ( ) : void
JITCompile ( ) : void
SandBoxParse ( Response response, string setting, int min, int max, int fallback ) : int

Method Details

GetLoopData() protected method

protected GetLoopData ( ) : Response
return Zazzles.Middleware.Response

GetModules() protected method

protected GetModules ( ) : IModule[]
return IModule[]

GetSleepTime() protected method

protected GetSleepTime ( ) : int?
return int?

Load() protected method

protected Load ( ) : void
return void

ModuleLooper() protected method

protected ModuleLooper ( ) : void
return void

Unload() protected method

protected Unload ( ) : void
return void