Ejemplo n.º 1
0
 internal void Close()
 {
     if (_hive != null)
     {
         _hive.Dispose();
         _hive = null;
     }
 }