Ejemplo n.º 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);
 }
Ejemplo n.º 2
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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateIpPhoneServicesResponse> AxlNetClient.AXLPort33.updateIpPhoneServicesAsync(AxlNetClient.updateIpPhoneServicesRequest request)
 {
     return(base.Channel.updateIpPhoneServicesAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateIpPhoneServicesResponse AxlNetClient.AXLPort33.updateIpPhoneServices(AxlNetClient.updateIpPhoneServicesRequest request)
 {
     return(base.Channel.updateIpPhoneServices(request));
 }