Under the .NET framework, there is the Threading namespace, this contains a number of classes, including the Thraed class. Now, under the windows implementation, this class supports the method - Abort().
This method does not seem to exist in the windows CE implementation, is this true? If so, how do you terminate a thread at will?
Any help here would be appreciated, im porting an IRC library to my SPVE200 and writting a nice IRC client
Thanks,
Krusty
[Edit] Would setting the thread to null call Thread.Dispose()? and would that in tern terminate the thread in an orderly fashion?
This method does not seem to exist in the windows CE implementation, is this true? If so, how do you terminate a thread at will?
Any help here would be appreciated, im porting an IRC library to my SPVE200 and writting a nice IRC client
Thanks,
Krusty
[Edit] Would setting the thread to null call Thread.Dispose()? and would that in tern terminate the thread in an orderly fashion?






Sign In
Create Account

Back to top








