Is EndInvoke() optional, sort-of optional, or definitely not optional?

Posted by endian on Stack Overflow See other posts from Stack Overflow or by endian
Published on 2009-02-10T15:10:40Z Indexed on 2010/06/09 9:12 UTC
Read the original article Hit count: 189

Filed under:
|
|

I've read conflicting opinions as to whether every BeginInvoke() has to be matched by an EndInvoke(). Are there any leaks or other problems associated with NOT calling EndInvoke()?

© Stack Overflow or respective owner

Related posts about c#

Related posts about multithreading