Windows 8 App 子執行緒調用主執行緒物件之方法

摘要:Windows 8 App 子執行緒調用主執行緒物件之方法

在win 8 App 調用的方法之先前不同,在此記錄一下

 await this.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => 
              {

                   // UI Thread
               }
            
 });

記得在 Method 前面要加async