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

파라미터

itemItem to execute.
waitUntilDoneWait until item is executed.

설명

Executes callback item on UI thread.

More information on UI and application threads can be found here.