public void Start()
 {
     if (!IsInitialized && _mgr.EnableActivityLog)
     {
         _currentAggregatorId = _mgr.RegisterAggregator(_aggregator_ip);
     }
 }
Example #2
0
 public void Start()
 {
     if (!IsInitialized)
     {
         _currentAggregatorId = _mgr.RegisterAggregator(_aggregator_ip);
     }
 }