The typical syntax for using AsyncWorker is: AsyncWorker.Execute(() => { var response = null; //code to execute on the background thread return response; } ...
確定! 回上一頁