I know that Dispatcher.BeginInvoke
is needed whenever I'm updating the GUI on a background thread. But how do I determine at runtime if it is needed?
问问题
323 次
I know that Dispatcher.BeginInvoke
is needed whenever I'm updating the GUI on a background thread. But how do I determine at runtime if it is needed?