示例#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);
 }
示例#2
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));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateVpnGatewayResponse> AxlNetClient.AXLPort57.updateVpnGatewayAsync(AxlNetClient.updateVpnGatewayRequest request)
 {
     return(base.Channel.updateVpnGatewayAsync(request));
 }
示例#4
0
 AxlNetClient.updateVpnGatewayResponse AxlNetClient.AXLPort57.updateVpnGateway(AxlNetClient.updateVpnGatewayRequest request)
 {
     return(base.Channel.updateVpnGateway(request));
 }