Y
Yechezkal Gutfreund
Since the CF does not support Thread.CurrentThread.Abort()
how does one stop the current thread.
Assume the thread was started by wrapping a delagate around a method and
calling
threadStart:
Thread theListener = new Thread(new ThreadStart(KTGInc.FlashComm.Accept));
theListener.Start();
how does one stop the current thread.
Assume the thread was started by wrapping a delagate around a method and
calling
threadStart:
Thread theListener = new Thread(new ThreadStart(KTGInc.FlashComm.Accept));
theListener.Start();