Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateGateway(AxlNetClient.UpdateGatewayReq updateGateway1)
 {
     AxlNetClient.updateGatewayRequest inValue = new AxlNetClient.updateGatewayRequest();
     inValue.updateGateway = updateGateway1;
     AxlNetClient.updateGatewayResponse retVal = ((AxlNetClient.AXLPort45)(this)).updateGateway(inValue);
     return(retVal.updateGatewayResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatewayResponse> updateGatewayAsync(AxlNetClient.UpdateGatewayReq updateGateway)
 {
     AxlNetClient.updateGatewayRequest inValue = new AxlNetClient.updateGatewayRequest();
     inValue.updateGateway = updateGateway;
     return(((AxlNetClient.AXLPort45)(this)).updateGatewayAsync(inValue));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatewayResponse> updateGatewayAsync(AxlNetClient.UpdateGatewayReq updateGateway)
 {
     return(axlPortClient45.updateGatewayAsync(updateGateway));
 }
Ejemplo n.º 4
0
 public AxlNetClient.StandardResponse updateGateway(AxlNetClient.UpdateGatewayReq updateGateway1)
 {
     return(axlPortClient45.updateGateway(updateGateway1));
 }