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