多线程: Type text here class ActiveDate } 委托: delegate string myDelegate(String Name); myDelegate d1 = new myDelegate(DAL.CRM.Common.Customer.GetCustomerVisitor); myDelegate d2 = new myDelegate(DAL.CRM.Common.Customer.GetCustomerShopNum); IAsyncResult i1 = d1.BeginInvoke(customerID, null, null); Module.CRM.Customer.CustomerActiveDate date = new Module.CRM.Customer.CustomerActiveDate(); IAsyncResult i2 = d2.BeginInvoke(customerID, null, null); bool _flag = false; while (!_flag) date; 相关文章: 2021-08-09 2021-11-07 2021-11-23 2022-12-23 2022-12-23 2021-09-04