Logo 
Search:

.Net Framework FAQ

Submit Interview FAQ
Home » Interview FAQ » .Net FrameworkRSS Feeds

How do I know when my thread pool work item has completed?

  Shared By: Sonya Flores    Date: Nov 20    Category: .Net Framework    Views: 1061

Answer:

There is no way to query the thread pool for this information. You must put code into the WaitCallback method to signal that it has completed. Events are useful for this.

Share: 
 

Didn't find what you were looking for? Find more on How do I know when my thread pool work item has completed? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: