Example #1
0
 public AxlNetClient.StandardResponse updateVpnGateway(AxlNetClient.UpdateVpnGatewayReq updateVpnGateway1)
 {
     AxlNetClient.updateVpnGatewayRequest inValue = new AxlNetClient.updateVpnGatewayRequest();
     inValue.updateVpnGateway = updateVpnGateway1;
     AxlNetClient.updateVpnGatewayResponse retVal = ((AxlNetClient.AXLPort57)(this)).updateVpnGateway(inValue);
     return(retVal.updateVpnGatewayResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnGatewayResponse> updateVpnGatewayAsync(AxlNetClient.UpdateVpnGatewayReq updateVpnGateway)
 {
     return(axlPortClient57.updateVpnGatewayAsync(updateVpnGateway));
 }
Example #3
0
 public AxlNetClient.StandardResponse updateVpnGateway(AxlNetClient.UpdateVpnGatewayReq updateVpnGateway1)
 {
     return(axlPortClient57.updateVpnGateway(updateVpnGateway1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnGatewayResponse> updateVpnGatewayAsync(AxlNetClient.UpdateVpnGatewayReq updateVpnGateway)
 {
     AxlNetClient.updateVpnGatewayRequest inValue = new AxlNetClient.updateVpnGatewayRequest();
     inValue.updateVpnGateway = updateVpnGateway;
     return(((AxlNetClient.AXLPort57)(this)).updateVpnGatewayAsync(inValue));
 }