public void Stop()
 {
     if (IsInitialized && _mgr.EnableActivityLog)
     {
         _mgr.UnregisterAggregator(_currentAggregatorId);
         _currentAggregatorId = -1;
     }
 }
Beispiel #2
0
 public void Stop()
 {
     if (IsInitialized)
     {
         _mgr.UnregisterAggregator(_currentAggregatorId);
         _currentAggregatorId = -1;
     }
 }