Created
August 9, 2016 08:02
-
-
Save syaifulnizamyahya/b2a2b9ea7b611abc09ad83a202038dd9 to your computer and use it in GitHub Desktop.
Get Dispatcher in Windows 10 UWP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows.ApplicationModel.Core.CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPriority.Normal, | |
| () => | |
| { | |
| // Your UI update code goes here! | |
| } | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment