示例#1
0
 // dev note: this can only be called ONCE in response to AnalyzerHandler.NeutronOutOfSequenceErrorEvent or AnalyzerHandler.BlockCountMismatchErrorEvent
 public void EndCountingImmediately()
 {
     try
     {
         handler.EndAnalysisImmediately();
     }
     catch (Exception x)
     {
         logger.TraceEvent(LogLevels.Error, 1013, "Exception stopping analysis " + x.Message);
         logger.TraceException(x, true);
     }
 }