Version: 2017.2

Application.InvokeOnAppThread

매뉴얼로 전환
public static void InvokeOnAppThread (WSA.AppCallbackItem item, bool waitUntilDone);

파라미터

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

설명

Executes callback item on application thread.

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