Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save syaifulnizamyahya/b2a2b9ea7b611abc09ad83a202038dd9 to your computer and use it in GitHub Desktop.

Select an option

Save syaifulnizamyahya/b2a2b9ea7b611abc09ad83a202038dd9 to your computer and use it in GitHub Desktop.
Get Dispatcher in Windows 10 UWP
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