Exemplo n.º 1
0
 internal ServerManager(ServerLocatorRegistry registry, TestHelper helper)
 {
     _registry = registry;
     _helper   = helper;
 }
Exemplo n.º 2
0
 internal ServerManagerI(ServerLocatorRegistry registry, global::Test.TestHelper helper)
 {
     _registry      = registry;
     _communicators = new ArrayList();
     _helper        = helper;
 }
Exemplo n.º 3
0
 public ServerLocator(ServerLocatorRegistry registry, ILocatorRegistryPrx registryPrx)
 {
     _registry     = registry;
     _registryPrx  = registryPrx;
     _requestCount = 0;
 }