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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.removeIpPhoneServicesResponse> AxlNetClient.AXLPort33.removeIpPhoneServicesAsync(AxlNetClient.removeIpPhoneServicesRequest request) { return(base.Channel.removeIpPhoneServicesAsync(request)); }
AxlNetClient.removeIpPhoneServicesResponse AxlNetClient.AXLPort33.removeIpPhoneServices(AxlNetClient.removeIpPhoneServicesRequest request) { return(base.Channel.removeIpPhoneServices(request)); }