0

Im doing some Httprequest and down the road I want my app to move forward, to another xaml page. Doing this blindly Visual Studio pointed out that I could not do this cross-threddy.

How can I NavigationService.Navigate() from another thread?

4

1 に答える 1

1

Wrap it in a Dispatcher.BeginInvoke call

于 2012-08-19T13:18:06.653 に答える