Exemple #1
0
 public void ReportReducingBatchCompleted(ReducingBatchInfo batchInfo)
 {
     batchInfo.BatchCompleted();
     batchInfo.Id = Interlocked.Increment(ref nextReducingBatchInfoId);
     LastActualReducingBatchInfo.Add(batchInfo);
 }
Exemple #2
0
 public void ReportReducingBatchCompleted(ReducingBatchInfo batchInfo)
 {
     batchInfo.BatchCompleted();
     lastActualReducingBatchInfo.Add(batchInfo);
 }