标签: silverlight silverlight-3.0 action func
有谁知道为什么我不能在我的Silverlight应用程序中调用Action和Func委托的BeginInvoke / EndInvoke?我一直收到NotSupportedException。有解决方法吗?
答案 0 :(得分:2)
使用Dispatcher。
Deployment.Current.Dispatcher.BeginInvoke是您想要的方法:)。
它接受Funcs和Actions