Thread count/ identity ?

F

fniles

I am using VB.NET 2003 and a threadpool.
In a threadpool, is there any way to find out the thread count or some kind
of thread identity ?
Thank you.

Dim clsEachMessage As New EachMessage
ThreadPool.QueueUserWorkItem(New WaitCallback(AddressOf
clsEachMessage.ProcessMessage))

Public Class EachMessage
Public Sub ProcessMessage(ByVal stateInfo As Object)
-->> HERE I would like to find out the thread count or some kind of thread
identity of this particular thread
 

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