示例#1
0
 // dev note: rewrite raw data counters "the analyzer handlers" to use the existing .NET thread progress and cancellation callbacks
 // e.g. ProgressChangedEventHandler, ReportProgress, OnProgressChanged, CancelAsync, WorkerSupportsCancellation
 public void GetCountingProcessorStatus()
 {
     if (handler != null)
     {
         status = handler.GetStatus();
     }
 }