public AxlNetClient.GetVpnGroupRes getVpnGroup(AxlNetClient.GetVpnGroupReq getVpnGroup1) { AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest(); inValue.getVpnGroup = getVpnGroup1; AxlNetClient.getVpnGroupResponse retVal = ((AxlNetClient.AXLPort57)(this)).getVpnGroup(inValue); return(retVal.getVpnGroupResponse1); }
public AxlNetClient.GetVpnGroupRes getVpnGroup(AxlNetClient.GetVpnGroupReq getVpnGroup1) { return(axlPortClient57.getVpnGroup(getVpnGroup1)); }
public System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> getVpnGroupAsync(AxlNetClient.GetVpnGroupReq getVpnGroup) { AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest(); inValue.getVpnGroup = getVpnGroup; return(((AxlNetClient.AXLPort57)(this)).getVpnGroupAsync(inValue)); }
public System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> getVpnGroupAsync(AxlNetClient.GetVpnGroupReq getVpnGroup) { return(axlPortClient57.getVpnGroupAsync(getVpnGroup)); }