public System.Threading.Tasks.Task <iduo.Screen.APP.MyAppByClassResponse> MyAppByClassAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type) { iduo.Screen.APP.MyAppByClassRequest inValue = new iduo.Screen.APP.MyAppByClassRequest(); inValue.MySoapHeader = MySoapHeader; inValue.classId = classId; inValue.page = page; inValue.pagesize = pagesize; inValue.type = type; return(((iduo.Screen.APP.APPSoap)(this)).MyAppByClassAsync(inValue)); }
public string MyAppByClass(iduo.Screen.APP.MySoapHeader MySoapHeader, string classId, int page, int pagesize, int type) { iduo.Screen.APP.MyAppByClassRequest inValue = new iduo.Screen.APP.MyAppByClassRequest(); inValue.MySoapHeader = MySoapHeader; inValue.classId = classId; inValue.page = page; inValue.pagesize = pagesize; inValue.type = type; iduo.Screen.APP.MyAppByClassResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).MyAppByClass(inValue); return(retVal.MyAppByClassResult); }
System.Threading.Tasks.Task <iduo.Screen.APP.MyAppByClassResponse> iduo.Screen.APP.APPSoap.MyAppByClassAsync(iduo.Screen.APP.MyAppByClassRequest request) { return(base.Channel.MyAppByClassAsync(request)); }
iduo.Screen.APP.MyAppByClassResponse iduo.Screen.APP.APPSoap.MyAppByClass(iduo.Screen.APP.MyAppByClassRequest request) { return(base.Channel.MyAppByClass(request)); }