Example #1
0
 public void End()
 {
     ThrowIfEnded();
     lock (MergeLock)
     {
         DataQueue.End();
         MessageQueue.End();
     }
 }