C# 클래스 Adaptive.ReactiveTrader.Server.Launcher.ServiceLauncher

상속: IServiceLauncher
파일 보기 프로젝트 열기: AdaptiveConsulting/ReactiveTraderCloud

공개 메소드들

메소드 설명
GetRunningServices ( ) : IEnumerable
InitializeEventStore ( IEventStoreConfiguration configuration ) : void
KillService ( string serviceName ) : bool
ServiceLauncher ( ) : System
StartService ( ServiceType type ) : string

비공개 메소드들

메소드 설명
GenerateName ( ServiceType type ) : string
InitializeFactories ( ) : void

메소드 상세

GetRunningServices() 공개 메소드

public GetRunningServices ( ) : IEnumerable
리턴 IEnumerable

InitializeEventStore() 공개 메소드

public InitializeEventStore ( IEventStoreConfiguration configuration ) : void
configuration IEventStoreConfiguration
리턴 void

KillService() 공개 메소드

public KillService ( string serviceName ) : bool
serviceName string
리턴 bool

ServiceLauncher() 공개 메소드

public ServiceLauncher ( ) : System
리턴 System

StartService() 공개 메소드

public StartService ( ServiceType type ) : string
type ServiceType
리턴 string