Cross Thread Calls
-
This may be a silly/stupid question if so I apologise. I have a class that handles dynamic changes of form components i.e. creation, deletion and alteration the class also handles events raised by components. My question is; is it okay to make safe thread calls to components (using delegates) even if the component(s) are already being accessed in a thread safe way?
Freedom is the right to say that 2+2=5 if this is so everything else will follow.
-
This may be a silly/stupid question if so I apologise. I have a class that handles dynamic changes of form components i.e. creation, deletion and alteration the class also handles events raised by components. My question is; is it okay to make safe thread calls to components (using delegates) even if the component(s) are already being accessed in a thread safe way?
Freedom is the right to say that 2+2=5 if this is so everything else will follow.
Yes. It should be OK.
Deja View - the feeling that you've seen this post before.
-
Yes. It should be OK.
Deja View - the feeling that you've seen this post before.