Ejemplo n.º 1
0
 internal void Detach()
 {
     if (servant != null)
     {
         servant.Detach();
     }
     Dispose();
 }
Ejemplo n.º 2
0
        public void Detach()
        {
            if (!CanDetach)
            {
                throw new TargetException(TargetError.CannotDetach);
            }

            main_thread.Detach();
        }