C# Class TrakHound_Server.Program

Mostra file Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
RestartServerService ( ) : void
StartServerService ( ) : bool
StopServerService ( ) : bool

Private Methods

Method Description
ClearServerCredentials ( ) : void
GetVersion ( ) : string
Init ( string args ) : void
InstallService ( ) : void
Main ( string args ) : void

The main entry point for the application.

PrintHeader ( ) : void
SetServerCredentials ( ) : void
StartConsole ( ) : void
StartDebug ( ) : void
StartServers ( ) : void
StartShell ( ) : void
StopServers ( ) : void
UninstallService ( ) : void
UpdateUserSettings ( ) : void

Method Details

RestartServerService() public static method

public static RestartServerService ( ) : void
return void

StartServerService() public static method

public static StartServerService ( ) : bool
return bool

StopServerService() public static method

public static StopServerService ( ) : bool
return bool