by NVYE » Thu Mar 26, 2009 7:41 pm
I've been trying to create an instance I can pass a variable through different threads. This variable (can be an object) is singleton, that means if a thread changes its value then it must be the same for all threads.
I would like the form that's executing the thread be able to get the variable as well.
Design:
UI -> Service
Service acknowledges the UI params then
Service sends response messages to the UI.
Just wondering is there a way to achieve it, or anyone here has any experience with it plesase share? Thanks!