コード例 #1
0
 public string cfg001r_XML(DPO.Domain.MapicsOrderService.CFG001RInput args0)
 {
     DPO.Domain.MapicsOrderService.cfg001r_XMLRequest inValue = new DPO.Domain.MapicsOrderService.cfg001r_XMLRequest();
     inValue.args0 = args0;
     DPO.Domain.MapicsOrderService.cfg001r_XMLResponse retVal = ((DPO.Domain.MapicsOrderService.CFG001RPortType)(this)).cfg001r_XML(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <DPO.Domain.MapicsOrderService.cfg001r_XMLResponse> cfg001r_XMLAsync(DPO.Domain.MapicsOrderService.CFG001RInput args0)
 {
     DPO.Domain.MapicsOrderService.cfg001r_XMLRequest inValue = new DPO.Domain.MapicsOrderService.cfg001r_XMLRequest();
     inValue.args0 = args0;
     return(((DPO.Domain.MapicsOrderService.CFG001RPortType)(this)).cfg001r_XMLAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <DPO.Domain.MapicsOrderService.cfg001r_XMLResponse> DPO.Domain.MapicsOrderService.CFG001RPortType.cfg001r_XMLAsync(DPO.Domain.MapicsOrderService.cfg001r_XMLRequest request)
 {
     return(base.Channel.cfg001r_XMLAsync(request));
 }
コード例 #4
0
 DPO.Domain.MapicsOrderService.cfg001r_XMLResponse DPO.Domain.MapicsOrderService.CFG001RPortType.cfg001r_XML(DPO.Domain.MapicsOrderService.cfg001r_XMLRequest request)
 {
     return(base.Channel.cfg001r_XML(request));
 }