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.
 
Back
Top