예제 #1
0
 internal ServerManager(ServerLocatorRegistry registry, TestHelper helper)
 {
     _registry = registry;
     _helper   = helper;
 }
예제 #2
0
파일: ServerLocator.cs 프로젝트: rtxlab/ice
 public ServerLocator(ServerLocatorRegistry registry, ILocatorRegistryPrx registryPrx)
 {
     _registry     = registry;
     _registryPrx  = registryPrx;
     _requestCount = 0;
 }