public ActorServiceConfigurator()
 {
     _config      = ReadConfigurationFromFile();
     _commandLine = new ActorServiceCommandLine();
 }
Exemplo n.º 2
0
 public ActorServiceHost(Config config, ActorServiceCommandLine commandLine)
 {
     _config      = config;
     _commandLine = commandLine;
 }