E
Eric Twietmeyer
Hello,
I'm wondering simply whether it is necessary to call EndInvoke after every
call to the Control's BeginInvoke method? When calling BeginInvoke on a
MulticastDelegate it is definitely necessary to call EndInvoke so that
internal resources can be released (at least this is my understanding), but
need the same occur for the Control's BeginInvoke method?
Thanks in advance,
-Eric Twietmeyer
I'm wondering simply whether it is necessary to call EndInvoke after every
call to the Control's BeginInvoke method? When calling BeginInvoke on a
MulticastDelegate it is definitely necessary to call EndInvoke so that
internal resources can be released (at least this is my understanding), but
need the same occur for the Control's BeginInvoke method?
Thanks in advance,
-Eric Twietmeyer