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?
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?