Example #1
0
 public void Dispose()
 {
     try
     {
         serviceQueue.Dispose();
     }
     catch { }
 }
Example #2
0
 public void Dispose()
 {
     try
     {
         listener.Close();
         serviceQueue.Dispose();
     }
     catch { }
 }