Exemple #1
0
 public string setOQCInspectRequest(string oqcJSON)
 {
     Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest inValue = new Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest();
     inValue.oqcJSON = oqcJSON;
     Zephyr.Areas.QMSOPCService.setOQCInspectRequestResponse retVal = ((Zephyr.Areas.QMSOPCService.setOQCInspectRequestPortType)(this)).setOQCInspectRequest(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Zephyr.Areas.QMSOPCService.setOQCInspectRequestResponse> setOQCInspectRequestAsync(string oqcJSON)
 {
     Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest inValue = new Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest();
     inValue.oqcJSON = oqcJSON;
     return(((Zephyr.Areas.QMSOPCService.setOQCInspectRequestPortType)(this)).setOQCInspectRequestAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <Zephyr.Areas.QMSOPCService.setOQCInspectRequestResponse> Zephyr.Areas.QMSOPCService.setOQCInspectRequestPortType.setOQCInspectRequestAsync(Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest request)
 {
     return(base.Channel.setOQCInspectRequestAsync(request));
 }
Exemple #4
0
 Zephyr.Areas.QMSOPCService.setOQCInspectRequestResponse Zephyr.Areas.QMSOPCService.setOQCInspectRequestPortType.setOQCInspectRequest(Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest request)
 {
     return(base.Channel.setOQCInspectRequest(request));
 }