Пример #1
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.HotAppByClassResponse> HotAppByClassAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.HotAppByClassRequest inValue = new iduo.Screen.APP.HotAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     return(((iduo.Screen.APP.APPSoap)(this)).HotAppByClassAsync(inValue));
 }
Пример #2
0
 public string HotAppByClass(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type)
 {
     iduo.Screen.APP.HotAppByClassRequest inValue = new iduo.Screen.APP.HotAppByClassRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.classId      = classId;
     inValue.page         = page;
     inValue.pagesize     = pagesize;
     inValue.type         = type;
     iduo.Screen.APP.HotAppByClassResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).HotAppByClass(inValue);
     return(retVal.HotAppByClassResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <iduo.Screen.APP.HotAppByClassResponse> iduo.Screen.APP.APPSoap.HotAppByClassAsync(iduo.Screen.APP.HotAppByClassRequest request)
 {
     return(base.Channel.HotAppByClassAsync(request));
 }
Пример #4
0
 iduo.Screen.APP.HotAppByClassResponse iduo.Screen.APP.APPSoap.HotAppByClass(iduo.Screen.APP.HotAppByClassRequest request)
 {
     return(base.Channel.HotAppByClass(request));
 }