2007年5月28日

异步调用 WebService 及 同步模式下通过Session以共享计数

摘要: 1.使用等待方法实现异步2.使用回调方法实现异步3.同步模式下 通过Session以共享计数============================== 1.使用等待方法实现异步----------------------[WebMethod]public string HelloWorld(){ System.Threading.Thread.Sleep(2000); return ... 阅读全文

posted @ 2007-05-28 12:56 freeliver54 阅读(701) 评论(0) 推荐(0) 编辑

导航