摘要: //同步方法调用异步方法 public static string Test(string cName) { AutoResetEvent autoResetEvent = new AutoResetEvent(false); ThreadPool.QueueUserWorkItem(async ( 阅读全文
posted @ 2024-01-09 16:52 iDEAAM 阅读(50) 评论(0) 推荐(0) 编辑