Example #1
0
 public System.Threading.Tasks.Task <WpfQuery.SearchService.getCountByIdResponse> getCountByIdAsync(WpfQuery.SearchService.AuthHeader AuthHeader, int idType, long[] ids, int countType, int status)
 {
     WpfQuery.SearchService.getCountByIdRequest inValue = new WpfQuery.SearchService.getCountByIdRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.idType     = idType;
     inValue.ids        = ids;
     inValue.countType  = countType;
     inValue.status     = status;
     return(((WpfQuery.SearchService.SearchService)(this)).getCountByIdAsync(inValue));
 }
Example #2
0
 public WpfQuery.SearchService.ResHeader getCountById(WpfQuery.SearchService.AuthHeader AuthHeader, int idType, long[] ids, int countType, int status, out WpfQuery.SearchService.CountInfo[] countInfos)
 {
     WpfQuery.SearchService.getCountByIdRequest inValue = new WpfQuery.SearchService.getCountByIdRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.idType     = idType;
     inValue.ids        = ids;
     inValue.countType  = countType;
     inValue.status     = status;
     WpfQuery.SearchService.getCountByIdResponse retVal = ((WpfQuery.SearchService.SearchService)(this)).getCountById(inValue);
     countInfos = retVal.countInfos;
     return(retVal.ResHeader);
 }
Example #3
0
 System.Threading.Tasks.Task <WpfQuery.SearchService.getCountByIdResponse> WpfQuery.SearchService.SearchService.getCountByIdAsync(WpfQuery.SearchService.getCountByIdRequest request)
 {
     return(base.Channel.getCountByIdAsync(request));
 }
Example #4
0
 WpfQuery.SearchService.getCountByIdResponse WpfQuery.SearchService.SearchService.getCountById(WpfQuery.SearchService.getCountByIdRequest request)
 {
     return(base.Channel.getCountById(request));
 }