Thread name or PID in CF

T

Tim Johnson

I'm using a System.Threading.Thread and want to give it a name, but
apparently you can only do that in desktop? CF doesn't recognize a
Thread.Name property.

Also, in a given method how can you tell at least the PID of the thread
you're running on?

--

Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
 
G

Guest

Take a look at the OpenNETCF.Threading.ThreadEx class. It gives you a bit
more info and control than the Thread.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top