H
hharry
Hello All,
I have a single class windows service that includes a function that
runs in the ThreadPool. The class contains a hashtable which is
declared in the main thread.
What is the recommended method of updating a variable declared in the
main thread from a spawned threadpool thread ?
Thanks in advance
I have a single class windows service that includes a function that
runs in the ThreadPool. The class contains a hashtable which is
declared in the main thread.
What is the recommended method of updating a variable declared in the
main thread from a spawned threadpool thread ?
Thanks in advance