Hi,

 System.Threading.Thread is in the mscorlib assembly, not in the
System assembly.

As for a replacement for Thread.Interrupt, you can use either:
- setting a flag and have the thread check it regularly (polling)
- use Thread.Abort () which is implemented on mono, then swallow the abort
 exception using Thread.ResetAbort ().

              Zoltan

On 6/6/06, Saliou, Lionel <[EMAIL PROTECTED]> wrote:
@Zoltan, thank you very much for your prompt answer. That said, I
stunned to read your message as the class status (cf.
www.go-mono.com/mono-todo.html ->
http://mono.ximian.com/class-status/mono-HEAD-vs-fx-1-1/class-status-Sys
tem.html) says that System.Threading is 100% completed... and since
Thread is part of System.Threading it should work, or am I reading the
wrong resource? Or do I not understand the documentation?

Finally, what should I do to get around this problem?

Cheers,

Lionel
This message is intended for the addressee(s) only and should not be read, 
copied or disclosed to anyone else outwith the University without the 
permission of the sender.
It is your responsibility to ensure that this message and any attachments are 
scanned for viruses or other defects. Napier University does not accept 
liability for any loss
or damage which may result from this email or any attachment, or for errors or 
omissions arising after it was sent. Email is not a secure medium. Email 
entering the
University's system is subject to routine monitoring and filtering by the 
University.
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to