Exemplo n.º 1
0
 public void Start()
 {
     if (!IsInitialized && _mgr.EnableActivityLog)
     {
         _currentAggregatorId = _mgr.RegisterAggregator(_aggregator_ip);
     }
 }
Exemplo n.º 2
0
 public void Start()
 {
     if (!IsInitialized)
     {
         _currentAggregatorId = _mgr.RegisterAggregator(_aggregator_ip);
     }
 }