Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateRouteList(AxlNetClient.UpdateRouteListReq updateRouteList1)
 {
     AxlNetClient.updateRouteListRequest inValue = new AxlNetClient.updateRouteListRequest();
     inValue.updateRouteList = updateRouteList1;
     AxlNetClient.updateRouteListResponse retVal = ((AxlNetClient.AXLPort22)(this)).updateRouteList(inValue);
     return(retVal.updateRouteListResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRouteListResponse> updateRouteListAsync(AxlNetClient.UpdateRouteListReq updateRouteList)
 {
     AxlNetClient.updateRouteListRequest inValue = new AxlNetClient.updateRouteListRequest();
     inValue.updateRouteList = updateRouteList;
     return(((AxlNetClient.AXLPort22)(this)).updateRouteListAsync(inValue));
 }