Example #1
0
 public AxlNetClient.StandardResponse updateCtiRoutePoint(AxlNetClient.UpdateCtiRoutePointReq updateCtiRoutePoint1)
 {
     AxlNetClient.updateCtiRoutePointRequest inValue = new AxlNetClient.updateCtiRoutePointRequest();
     inValue.updateCtiRoutePoint = updateCtiRoutePoint1;
     AxlNetClient.updateCtiRoutePointResponse retVal = ((AxlNetClient.AXLPort33)(this)).updateCtiRoutePoint(inValue);
     return(retVal.updateCtiRoutePointResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCtiRoutePointResponse> updateCtiRoutePointAsync(AxlNetClient.UpdateCtiRoutePointReq updateCtiRoutePoint)
 {
     AxlNetClient.updateCtiRoutePointRequest inValue = new AxlNetClient.updateCtiRoutePointRequest();
     inValue.updateCtiRoutePoint = updateCtiRoutePoint;
     return(((AxlNetClient.AXLPort33)(this)).updateCtiRoutePointAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateCtiRoutePointResponse> AxlNetClient.AXLPort33.updateCtiRoutePointAsync(AxlNetClient.updateCtiRoutePointRequest request)
 {
     return(base.Channel.updateCtiRoutePointAsync(request));
 }
Example #4
0
 AxlNetClient.updateCtiRoutePointResponse AxlNetClient.AXLPort33.updateCtiRoutePoint(AxlNetClient.updateCtiRoutePointRequest request)
 {
     return(base.Channel.updateCtiRoutePoint(request));
 }