Exemple #1
0
 internal void Complete()
 {
     try
     {
         _mergedBatch.Complete(true);
     }
     finally
     {
         if (_mergedBatch != null)
         {
             _mergedBatch.Dispose();
             _mergedBatch = null;
         }
         if (_workCollection != null)
         {
             _workCollection.ClearSubBatches();
         }
     }
 }