Exemplo n.º 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);
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 4
0
 Zephyr.Areas.QMSOPCService.setOQCInspectRequestResponse Zephyr.Areas.QMSOPCService.setOQCInspectRequestPortType.setOQCInspectRequest(Zephyr.Areas.QMSOPCService.setOQCInspectRequestRequest request)
 {
     return(base.Channel.setOQCInspectRequest(request));
 }