Exemplo n.º 1
0
 public bool DeInit()
 {
     if (_tvServiceThread != null)
     {
         _tvServiceThread.Stop(MAX_WAIT_MS);
         _tvServiceThread = null;
     }
     return(true);
 }
Exemplo n.º 2
0
        public bool DeInit()
        {
#if TVE3
            Stop(MAX_WAIT_MS);
#else
            if (_tvServiceThread != null)
            {
                _tvServiceThread.Stop(MAX_WAIT_MS);
                _tvServiceThread = null;
            }
#endif
            return(true);
        }