Method | Description | |
---|---|---|
GetRunningServices ( ) : IEnumerable |
||
InitializeEventStore ( IEventStoreConfiguration configuration ) : void | ||
KillService ( string serviceName ) : bool | ||
ServiceLauncher ( ) : System | ||
StartService ( ServiceType type ) : string |
Method | Description | |
---|---|---|
GenerateName ( ServiceType type ) : string | ||
InitializeFactories ( ) : void |
public InitializeEventStore ( IEventStoreConfiguration configuration ) : void | ||
configuration | IEventStoreConfiguration | |
return | void |
public KillService ( string serviceName ) : bool | ||
serviceName | string | |
return | bool |
public StartService ( ServiceType type ) : string | ||
type | ServiceType | |
return | string |