0
Answer

change input objekt after thread ?

oneneno

oneneno

20y
1.7k
1
Hello, How can i change the value of an input objekt after a Thread ? e.g. InputClass inputobjekt; MyClass myclass= new MyClass (inputobjekt); Thread mythread=new Thread(new ThreadStart(myclass.callmethod)); mythread.Start(); After mythread ended, i have a inputobjekt with new values. Regards