Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCtiRoutePointResponse> updateCtiRoutePointAsync(AxlNetClient.UpdateCtiRoutePointReq updateCtiRoutePoint)
 {
     return(axlPortClient33.updateCtiRoutePointAsync(updateCtiRoutePoint));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse updateCtiRoutePoint(AxlNetClient.UpdateCtiRoutePointReq updateCtiRoutePoint1)
 {
     return(axlPortClient33.updateCtiRoutePoint(updateCtiRoutePoint1));
 }
Ejemplo n.º 4
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));
 }