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

Parameters

item要执行的项目。
waitUntilDone等待项目执行完毕。

Description

在 UI 线程上执行回调项目。

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