Example #1
0
 public AxlNetClient.StandardResponse removeIpPhoneServices(AxlNetClient.RemoveIpPhoneServicesReq removeIpPhoneServices1)
 {
     AxlNetClient.removeIpPhoneServicesRequest inValue = new AxlNetClient.removeIpPhoneServicesRequest();
     inValue.removeIpPhoneServices = removeIpPhoneServices1;
     AxlNetClient.removeIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).removeIpPhoneServices(inValue);
     return(retVal.removeIpPhoneServicesResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeIpPhoneServicesResponse> removeIpPhoneServicesAsync(AxlNetClient.RemoveIpPhoneServicesReq removeIpPhoneServices)
 {
     return(axlPortClient33.removeIpPhoneServicesAsync(removeIpPhoneServices));
 }
Example #3
0
 public AxlNetClient.StandardResponse removeIpPhoneServices(AxlNetClient.RemoveIpPhoneServicesReq removeIpPhoneServices1)
 {
     return(axlPortClient33.removeIpPhoneServices(removeIpPhoneServices1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeIpPhoneServicesResponse> removeIpPhoneServicesAsync(AxlNetClient.RemoveIpPhoneServicesReq removeIpPhoneServices)
 {
     AxlNetClient.removeIpPhoneServicesRequest inValue = new AxlNetClient.removeIpPhoneServicesRequest();
     inValue.removeIpPhoneServices = removeIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).removeIpPhoneServicesAsync(inValue));
 }