C#異步方法

  Task MainTask;
   MainTask = Task.Factory.StartNew(() =>
            {
  //耗時的異步邏輯
});
相關文章
相關標籤/搜索