コード例 #1
0
 public AxlNetClient.StandardResponse updateIpPhoneServices(AxlNetClient.UpdateIpPhoneServicesReq updateIpPhoneServices1)
 {
     AxlNetClient.updateIpPhoneServicesRequest inValue = new AxlNetClient.updateIpPhoneServicesRequest();
     inValue.updateIpPhoneServices = updateIpPhoneServices1;
     AxlNetClient.updateIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).updateIpPhoneServices(inValue);
     return(retVal.updateIpPhoneServicesResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateIpPhoneServicesResponse> updateIpPhoneServicesAsync(AxlNetClient.UpdateIpPhoneServicesReq updateIpPhoneServices)
 {
     return(axlPortClient33.updateIpPhoneServicesAsync(updateIpPhoneServices));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse updateIpPhoneServices(AxlNetClient.UpdateIpPhoneServicesReq updateIpPhoneServices1)
 {
     return(axlPortClient33.updateIpPhoneServices(updateIpPhoneServices1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateIpPhoneServicesResponse> updateIpPhoneServicesAsync(AxlNetClient.UpdateIpPhoneServicesReq updateIpPhoneServices)
 {
     AxlNetClient.updateIpPhoneServicesRequest inValue = new AxlNetClient.updateIpPhoneServicesRequest();
     inValue.updateIpPhoneServices = updateIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).updateIpPhoneServicesAsync(inValue));
 }