C# Class TrakHound.Servers.DataStorage.LocalStorageServer

Mostra file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Methods

Method Description
LocalStorageServer ( ) : System
Start ( ) : void
Stop ( ) : void
Worker ( ) : void

Private Methods

Method Description
ApiMonitor_ApiConfigurationChanged ( ApiConfiguration config ) : void
BackupTimer_Elapsed ( object sender, System e ) : void
ProcessRequest ( HttpListenerContext context ) : string
StartBackupTimer ( ) : void
StopBackupTimer ( ) : void

Method Details

LocalStorageServer() public method

public LocalStorageServer ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Worker() public method

public Worker ( ) : void
return void