b 服务调用。 localhost.UserInfoQuery proxy = new localhost.UserInfoQuery(); return proxy.BeginGetUserInfo("用户名", cb, proxy); } [WebMethod] public int EndGetAge(IAsyncResult res) { localhost.UserInfoQuery proxy = (localhost.UserInfoQuery)res.AsyncState; int age = proxy.EndGetUserInfo(res).age; // 在此对 Web 服务的结果进行其他 // 处理。 return age;
页码:[1] [2] [3] [4] [5] [6] 第3页、共6页 |