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