public AxlNetClient.StandardResponse addLbmGroup(AxlNetClient.AddLbmGroupReq addLbmGroup1) { AxlNetClient.addLbmGroupRequest inValue = new AxlNetClient.addLbmGroupRequest(); inValue.addLbmGroup = addLbmGroup1; AxlNetClient.addLbmGroupResponse retVal = ((AxlNetClient.AXLPort67)(this)).addLbmGroup(inValue); return(retVal.addLbmGroupResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.addLbmGroupResponse> addLbmGroupAsync(AxlNetClient.AddLbmGroupReq addLbmGroup) { return(axlPortClient67.addLbmGroupAsync(addLbmGroup)); }
public AxlNetClient.StandardResponse addLbmGroup(AxlNetClient.AddLbmGroupReq addLbmGroup1) { return(axlPortClient67.addLbmGroup(addLbmGroup1)); }
public System.Threading.Tasks.Task <AxlNetClient.addLbmGroupResponse> addLbmGroupAsync(AxlNetClient.AddLbmGroupReq addLbmGroup) { AxlNetClient.addLbmGroupRequest inValue = new AxlNetClient.addLbmGroupRequest(); inValue.addLbmGroup = addLbmGroup; return(((AxlNetClient.AXLPort67)(this)).addLbmGroupAsync(inValue)); }