internal ExchangeConfigStore()
 {
     _executor = ExecutorServiceFactory.CreateExecutorService();
     _cfgExchange = ConfigApplicationFactory.Get<IConfig_ExchangeServer>();
     ConfigStoreManager.PullValues(this);
     //ConfigStoreManager.Register(new System.Runtime.Remoting.ObjectHandle(this));
 }
 internal ExchangeConfigStore()
 {
     _executor    = ExecutorServiceFactory.CreateExecutorService();
     _cfgExchange = ConfigApplicationFactory.Get <IConfig_ExchangeServer>();
     ConfigStoreManager.PullValues(this);
     //ConfigStoreManager.Register(new System.Runtime.Remoting.ObjectHandle(this));
 }
Esempio n. 3
0
 internal EBSConfigStore()
 {
     _executor    = ExecutorServiceFactory.CreateExecutorService();
     _cfgExchange = ConfigApplicationFactory.Get <IConfig_ExchangeServer>();
     ConfigStoreManager.PullValues(this);
 }
 static MonitorHandlerBase()
 {
     _configExchange = ConfigApplicationFactory.GetAny<IConfig_ExchangeServer>();
 }
 static MonitorHandlerBase()
 {
     _configExchange = ConfigApplicationFactory.GetAny <IConfig_ExchangeServer>();
 }
 internal EBSConfigStore()
 {
     _executor = ExecutorServiceFactory.CreateExecutorService();            
     _cfgExchange = ConfigApplicationFactory.Get<IConfig_ExchangeServer>();
     ConfigStoreManager.PullValues(this);
 }