C# Class Adaptive.ReactiveTrader.Server.Launcher.Program

Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method Description
Main ( string args ) : void
ParseCommand ( string input ) : bool
Program ( IServiceLauncher serviceLauncher ) : System
Run ( LauncherConfig config ) : void
Stop ( ) : void

Private Methods

Method Description
Usage ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

ParseCommand() public method

public ParseCommand ( string input ) : bool
input string
return bool

Program() public method

public Program ( IServiceLauncher serviceLauncher ) : System
serviceLauncher IServiceLauncher
return System

Run() public method

public Run ( LauncherConfig config ) : void
config LauncherConfig
return void

Stop() public method

public Stop ( ) : void
return void