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

Inheritance: IServiceLauncher
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method Description
GetRunningServices ( ) : IEnumerable
InitializeEventStore ( IEventStoreConfiguration configuration ) : void
KillService ( string serviceName ) : bool
ServiceLauncher ( ) : System
StartService ( ServiceType type ) : string

Private Methods

Method Description
GenerateName ( ServiceType type ) : string
InitializeFactories ( ) : void

Method Details

GetRunningServices() public method

public GetRunningServices ( ) : IEnumerable
return IEnumerable

InitializeEventStore() public method

public InitializeEventStore ( IEventStoreConfiguration configuration ) : void
configuration IEventStoreConfiguration
return void

KillService() public method

public KillService ( string serviceName ) : bool
serviceName string
return bool

ServiceLauncher() public method

public ServiceLauncher ( ) : System
return System

StartService() public method

public StartService ( ServiceType type ) : string
type ServiceType
return string