Groups | Blog | Home
all groups > dotnet compact framework > april 2005 >

dotnet compact framework : Thread name or PID in CF


Tim Johnson
4/14/2005 6:46:28 PM
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


ctacke/
4/14/2005 10:15:36 PM
Take a look at the OpenNETCF.Threading.ThreadEx class. It gives you a bit
more info and control than the Thread.

-Chris


[quoted text, click to view]

AddThis Social Bookmark Button