![]() |
Help With WaitHandle.WaitAll()
Hello,
I am trying to create a program that executes threads, waits until they are finished and then executes some more code. When I run it, I recieve a "Object not set to an instance" error on WaitHandle.WaitAll(Tasks). Why does this occur?, WaitHandle.WaitAll is a static method. Hope someone can help Code:
Module Module1 |
Re: Help With WaitHandle.WaitAll()
Sorry,
This Line Tasks(2) = New AutoResetEvent(False) is not supposed to be there, just ignore it. |
| All times are GMT +5.5. The time now is 04:07. |