Пример #1
0
 public string getTargetAppsByType(string args0)
 {
     HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest inValue = new HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest();
     inValue.args0 = args0;
     HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeResponse retVal = ((HCQ2UI_Logic.ServiceUpReport.uddiPortType)(this)).getTargetAppsByType(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeResponse> getTargetAppsByTypeAsync(string args0)
 {
     HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest inValue = new HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest();
     inValue.args0 = args0;
     return(((HCQ2UI_Logic.ServiceUpReport.uddiPortType)(this)).getTargetAppsByTypeAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeResponse> HCQ2UI_Logic.ServiceUpReport.uddiPortType.getTargetAppsByTypeAsync(HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest request)
 {
     return(base.Channel.getTargetAppsByTypeAsync(request));
 }
Пример #4
0
 HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeResponse HCQ2UI_Logic.ServiceUpReport.uddiPortType.getTargetAppsByType(HCQ2UI_Logic.ServiceUpReport.getTargetAppsByTypeRequest request)
 {
     return(base.Channel.getTargetAppsByType(request));
 }