RE: [Mono-list] About killing a thread.

2004-03-16 Thread Piers Haken
Of Antonio Martínez Álvarez Sent: Monday, March 15, 2004 1:01 PM To: Mono-List Subject: [Mono-list] About killing a thread. 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. Thanks -- Antonio Martínez

Re: [Mono-list] About killing a thread.

2004-03-16 Thread Gonzalo Paniagua Javier
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] About killing a thread.

2004-03-15 Thread Antonio Martínez Álvarez
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. Thanks -- Antonio Martínez ___ Mono-list maillist - [EMAIL PROTECTED]