EndInvoke - consequences

  • Thread starter Thread starter Moshe Plotkin
  • Start date Start date
M

Moshe Plotkin

B"H

What are the consequences of not calling EndInvoke on an Asynconis Delegate?
Does Controls BeginInvoke also REQUIRE a call to EndInvoke? Being that its
running on the main thread anyway?

Thanks
 
Hi Moshe,

I think that EndInvoke is necessary only if you want to retrieve some
output/return parameters or you want to synchronize threads.
IOW it is not necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top