Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Application.InvokeOnUIThread

public static void InvokeOnUIThread(WSA.AppCallbackItem item, bool waitUntilDone);

Parameters

item Item to execute.
waitUntilDone Wait until item is executed.

Description

Executes callback item on UI thread.

More information on UI and application threads can be found [wiki:man:windowsstore-appcallbacks|here]].