Tagged Questions
1
vote
1answer
134 views
Thread.abort hangs forever
Code to launch a wmi query on remote computers.
This code runs in several threads at the same time.
oquery = New ManagementObjectSearcher("select * from Win32_Computersystem")
...