Пример #1
0
 /// <summary>
 ///  Shuts down the namespace manager by shutting down the
 ///  _listener.  Cleans up any references to the _listener.
 /// </summary>
 public void Stop()
 {
     if (_listener != null)
     {
         _listener.Stop();
         _listener = null;
     }
 }