El lun, 15-03-2004 a las 16:00, Antonio Mart�nez �lvarez escribi�: > Hello. > > How do I kill a thread? > I have a thread which is always listing a tcp port (blocked), and I want > it to termitate when the application exit.
Thread t = new Thread (blahblahblbha); t.IsBackground = true; -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
