Saved Bookmarks
| 1. |
How Do I Know When My Thread Pool Work Item Has Completed? |
|
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. 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. |
|