IT Placement Papers Microsoft Technologies VB.NET
This category contains VB.NET Interview Questions and Answers |
How do I know when my thread pool work item has completed?
|
|
|
|
|
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.
Only registered users can write comments. Please login or register.
|