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