Example #1
0
 internal ServerManager(ServerLocatorRegistry registry, TestHelper helper)
 {
     _registry = registry;
     _helper   = helper;
 }
Example #2
0
 public ServerLocator(ServerLocatorRegistry registry, ILocatorRegistryPrx registryPrx)
 {
     _registry     = registry;
     _registryPrx  = registryPrx;
     _requestCount = 0;
 }