多线程:

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, nullnull);
多线程,委托例子
多线程,委托例子
多线程,委托例子            Module.CRM.Customer.CustomerActiveDate date 
= new Module.CRM.Customer.CustomerActiveDate();
多线程,委托例子
多线程,委托例子            IAsyncResult i2 
= d2.BeginInvoke(customerID, nullnull);
多线程,委托例子
多线程,委托例子            
bool _flag = false;
多线程,委托例子
多线程,委托例子            
while (!_flag)
 date;

相关文章: