public NServiceBusHostConfigurator(Path path)
 {
     _path = path;
     _args = new NServiceBusHostExeArgs();
 }
Beispiel #2
0
 public NServiceBusHostConfigurator(Path path)
 {
     _path = path;
     _args = new NServiceBusHostExeArgs();
 }