R
Robert Conde
Hi,
I'm calling my ui from a thread which is different from the ui thread.
Accordingly I need to use the BeginInvoke or Invoke functions. Now I'd
rather the calls be non-blocking so I'd like to use BeginInvoke. But the
documentation says "CAUTION Always call EndInvoke after your asynchronous
call completes." Is this really necessary? I don't need a result. I just
want to use it like PostMessage. It's gonna be a pain to hold the asynch
result and call EndInvoke somehow. It seems to be working without calling
EndInvoke, but I don't want it creeping up on me later.
Rob Conde
a.i. solutions
I'm calling my ui from a thread which is different from the ui thread.
Accordingly I need to use the BeginInvoke or Invoke functions. Now I'd
rather the calls be non-blocking so I'd like to use BeginInvoke. But the
documentation says "CAUTION Always call EndInvoke after your asynchronous
call completes." Is this really necessary? I don't need a result. I just
want to use it like PostMessage. It's gonna be a pain to hold the asynch
result and call EndInvoke somehow. It seems to be working without calling
EndInvoke, but I don't want it creeping up on me later.
Rob Conde
a.i. solutions