Calling Begin/EndInvoke on Action and Func in Silverlight

Posted by skb on Stack Overflow See other posts from Stack Overflow or by skb
Published on 2010-03-09T04:00:29Z Indexed on 2010/03/09 4:06 UTC
Read the original article Hit count: 801

Filed under:
|
|

Does anyone know why I can't call BeginInvoke / EndInvoke on Action and Func delegates in my Silverlight app? I keep getting a NotSupportedException. Is there a workaround?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about action