Пример #1
0
 public AxlNetClient.StandardResponse addIpPhoneServices(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices1)
 {
     AxlNetClient.addIpPhoneServicesRequest inValue = new AxlNetClient.addIpPhoneServicesRequest();
     inValue.addIpPhoneServices = addIpPhoneServices1;
     AxlNetClient.addIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).addIpPhoneServices(inValue);
     return(retVal.addIpPhoneServicesResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addIpPhoneServicesResponse> addIpPhoneServicesAsync(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices)
 {
     return(axlPortClient33.addIpPhoneServicesAsync(addIpPhoneServices));
 }
Пример #3
0
 public AxlNetClient.StandardResponse addIpPhoneServices(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices1)
 {
     return(axlPortClient33.addIpPhoneServices(addIpPhoneServices1));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addIpPhoneServicesResponse> addIpPhoneServicesAsync(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices)
 {
     AxlNetClient.addIpPhoneServicesRequest inValue = new AxlNetClient.addIpPhoneServicesRequest();
     inValue.addIpPhoneServices = addIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).addIpPhoneServicesAsync(inValue));
 }