多线程: 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; 相关文章: C# Delegate(委托)与多线程 2021-08-09 异步委托与多线程 2021-11-07 多线程-委托的异步 2021-11-23 c#多线程与委托(转) 2022-12-23 委托、多播委托(MulticastDelegate) 委托、多播委托(MulticastDelegate) 2022-12-23 .Net委托事件多播委托示例 2021-09-04