コード例 #1
0
 public AxlNetClient.StandardResponse updateMohServer(AxlNetClient.UpdateMohServerReq updateMohServer1)
 {
     AxlNetClient.updateMohServerRequest inValue = new AxlNetClient.updateMohServerRequest();
     inValue.updateMohServer = updateMohServer1;
     AxlNetClient.updateMohServerResponse retVal = ((AxlNetClient.AXLPort42)(this)).updateMohServer(inValue);
     return(retVal.updateMohServerResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMohServerResponse> updateMohServerAsync(AxlNetClient.UpdateMohServerReq updateMohServer)
 {
     AxlNetClient.updateMohServerRequest inValue = new AxlNetClient.updateMohServerRequest();
     inValue.updateMohServer = updateMohServer;
     return(((AxlNetClient.AXLPort42)(this)).updateMohServerAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateMohServerResponse> AxlNetClient.AXLPort42.updateMohServerAsync(AxlNetClient.updateMohServerRequest request)
 {
     return(base.Channel.updateMohServerAsync(request));
 }
コード例 #4
0
 AxlNetClient.updateMohServerResponse AxlNetClient.AXLPort42.updateMohServer(AxlNetClient.updateMohServerRequest request)
 {
     return(base.Channel.updateMohServer(request));
 }