using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace ConsoleApplication9 { class Program { static void Main(string[] args) { // 异步调用 // 将需传递给异步执行方法数据及委托传递给帮助器类 ThreadWithState tws = n…