Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateVpnGroup(AxlNetClient.UpdateVpnGroupReq updateVpnGroup1)
 {
     AxlNetClient.updateVpnGroupRequest inValue = new AxlNetClient.updateVpnGroupRequest();
     inValue.updateVpnGroup = updateVpnGroup1;
     AxlNetClient.updateVpnGroupResponse retVal = ((AxlNetClient.AXLPort57)(this)).updateVpnGroup(inValue);
     return(retVal.updateVpnGroupResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnGroupResponse> updateVpnGroupAsync(AxlNetClient.UpdateVpnGroupReq updateVpnGroup)
 {
     return(axlPortClient57.updateVpnGroupAsync(updateVpnGroup));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updateVpnGroup(AxlNetClient.UpdateVpnGroupReq updateVpnGroup1)
 {
     return(axlPortClient57.updateVpnGroup(updateVpnGroup1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnGroupResponse> updateVpnGroupAsync(AxlNetClient.UpdateVpnGroupReq updateVpnGroup)
 {
     AxlNetClient.updateVpnGroupRequest inValue = new AxlNetClient.updateVpnGroupRequest();
     inValue.updateVpnGroup = updateVpnGroup;
     return(((AxlNetClient.AXLPort57)(this)).updateVpnGroupAsync(inValue));
 }